mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-09 17:51:33 +00:00
Minor patch
This commit is contained in:
parent
2bf22df53a
commit
62cfd47b83
2 changed files with 2 additions and 2 deletions
|
|
@ -3614,7 +3614,7 @@ def isListLike(value):
|
|||
False
|
||||
"""
|
||||
|
||||
return isinstance(value, (list, tuple, set, BigArray))
|
||||
return isinstance(value, (list, tuple, set, OrderedSet, BigArray))
|
||||
|
||||
def getSortedInjectionTests():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue