mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor patch
This commit is contained in:
parent
55624ec1a2
commit
3bd74c5351
2 changed files with 2 additions and 2 deletions
|
|
@ -716,7 +716,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
else:
|
||||
injection = None
|
||||
|
||||
if injection:
|
||||
if injection and NOTE.FALSE_POSITIVE_OR_UNEXPLOITABLE not in injection.notes:
|
||||
checkSuhosinPatch(injection)
|
||||
checkFilteredChars(injection)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue