mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fix for an Issue #119
This commit is contained in:
@@ -2447,7 +2447,7 @@ def getSortedInjectionTests():
|
||||
messages
|
||||
"""
|
||||
|
||||
retVal = conf.tests
|
||||
retVal = copy.deepcopy(conf.tests)
|
||||
|
||||
def priorityFunction(test):
|
||||
retVal = SORT_ORDER.FIRST
|
||||
|
||||
Reference in New Issue
Block a user