mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fix for an Issue #119
This commit is contained in:
parent
cba77410a9
commit
231f0f76b5
2 changed files with 5 additions and 1 deletions
|
|
@ -2447,7 +2447,7 @@ def getSortedInjectionTests():
|
|||
messages
|
||||
"""
|
||||
|
||||
retVal = conf.tests
|
||||
retVal = copy.deepcopy(conf.tests)
|
||||
|
||||
def priorityFunction(test):
|
||||
retVal = SORT_ORDER.FIRST
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue