mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Update for false positives
Attempt to eliminate false positives using more specific regex
This commit is contained in:
parent
b84d787f4a
commit
777e4a3db2
1 changed files with 1 additions and 2 deletions
|
|
@ -54,8 +54,7 @@
|
|||
<error regexp="CLI Driver.*DB2"/>
|
||||
<error regexp="DB2 SQL error"/>
|
||||
<error regexp="\bdb2_\w+\("/>
|
||||
<error regexp="SQLSTATE"/>
|
||||
<error regexp="SQLCODE"/>
|
||||
<error regexp="(?i)SQLSTATE.* SQLCODE.*"/>
|
||||
</dbms>
|
||||
|
||||
<!-- Informix -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue