Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions regex-assembly/951110.ra
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
##! Please refer to the documentation at
##! https://coreruleset.org/docs/development/regex_assembly/.

##!+ i

JET Database Engine
Access Database Engine
\[Microsoft\]\[ODBC Microsoft Access Driver\]
7 changes: 6 additions & 1 deletion rules/RESPONSE-951-DATA-LEAKAGES-SQL.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ SecRule RESPONSE_BODY "!@pmFromFile sql-errors.data" \
ver:'OWASP_CRS/4.24.0-dev',\
skipAfter:END-SQL-ERROR-MATCH-PL1"

SecRule RESPONSE_BODY "@rx (?i:JET Database Engine|Access Database Engine|\[Microsoft\]\[ODBC Microsoft Access Driver\])" \
# Regular expression generated from regex-assembly/951110.ra.
# To update the regular expression run the following shell script
# (consult https://coreruleset.org/docs/development/regex_assembly/ for details):
# crs-toolchain regex update 951110
#
SecRule RESPONSE_BODY "@rx (?i)(?:JET|Access) Database Engine|\[Microsoft\]\[ODBC Microsoft Access Driver\]" \
"id:951110,\
phase:4,\
block,\
Expand Down
Loading