Minor patch

This commit is contained in:
Miroslav Stampar
2016-05-30 15:20:21 +02:00
parent 55624ec1a2
commit 3bd74c5351
2 changed files with 2 additions and 2 deletions

View File

@@ -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)