mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
code refactoring some more
This commit is contained in:
parent
40fadf2f35
commit
81c16926c1
3 changed files with 12 additions and 3 deletions
|
|
@ -452,7 +452,7 @@ def heuristicCheckSqlInjection(place, parameter, value):
|
|||
logger.info(infoMsg)
|
||||
else:
|
||||
infoMsg += "not be injectable"
|
||||
logger.warning(infoMsg)
|
||||
logger.warn(infoMsg)
|
||||
|
||||
def checkDynParam(place, parameter, value):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue