Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2bbfbe

Browse files
committed
bug fix
1 parent 1369529 commit e2bbfbe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

lib/controller/checks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ def heuristicCheckSqlInjection(place, parameter, value):
100100
prefix = ""
101101
postfix = ""
102102

103+
if place == "URI":
104+
return
105+
103106
if conf.prefix or conf.postfix:
104107
if conf.prefix:
105108
prefix = conf.prefix

0 commit comments

Comments
 (0)