errors.xml: detect mysqli_*() errors. (#3407)

MySQL injection error message often happen with
mysqli_*() functions nowadays.
POC: https://duckduckgo.com/?q=%22warning..mysqli
This commit is contained in:
nil0x42 2018-12-14 07:08:52 -02:00 committed by Miroslav Stampar
parent 38684ec220
commit 83a1b9b2e7

View File

@ -4,7 +4,7 @@
<!-- MySQL -->
<dbms value="MySQL">
<error regexp="SQL syntax.*?MySQL"/>
<error regexp="Warning.*?mysql_"/>
<error regexp="Warning.*?mysqli?_"/>
<error regexp="MySqlException \(0x"/>
<error regexp="MySQLSyntaxErrorException"/>
<error regexp="valid MySQL result"/>