mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Dump patch for #5975
This commit is contained in:
parent
77a42b3a6f
commit
619d53a9e5
3 changed files with 4 additions and 4 deletions
|
|
@ -521,7 +521,7 @@ def checkSqlInjection(place, parameter, value):
|
|||
|
||||
if ratio == 1.0:
|
||||
continue
|
||||
except (MemoryError, OverflowError):
|
||||
except:
|
||||
pass
|
||||
|
||||
# Perform the test's True request
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue