This commit is contained in:
Miroslav Stampar 2010-10-11 14:32:02 +00:00
parent 1369529103
commit e2bbfbe650

View File

@ -100,6 +100,9 @@ def heuristicCheckSqlInjection(place, parameter, value):
prefix = ""
postfix = ""
if place == "URI":
return
if conf.prefix or conf.postfix:
if conf.prefix:
prefix = conf.prefix