mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Make sure m_rulesMessages is filled after successfull match
This commit is contained in:
parent
42da29fed1
commit
d4dc3dbf2a
2
CHANGES
2
CHANGES
@ -1,6 +1,8 @@
|
||||
v3.0.4 - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
|
||||
- Make sure m_rulesMessages is filled after successfull match
|
||||
[Issue #2000, #2048 - @victorhora, @defanator]
|
||||
- Fix @pm lookup for possible matches on offset zero.
|
||||
[@zimmerle, @afoxdavidi, @martinhsv, @marshal09]
|
||||
- Regex lookup on the key name instead of COLLECTION:key
|
||||
|
@ -812,7 +812,7 @@ end_exec:
|
||||
trans->serverLog(ruleMessage);
|
||||
}
|
||||
}
|
||||
else if (m_containsStaticBlockAction && !m_containsMultiMatchAction) {
|
||||
else if (!m_containsMultiMatchAction) {
|
||||
/* warn */
|
||||
trans->m_rulesMessages.push_back(*ruleMessage);
|
||||
/* error */
|
||||
|
Loading…
x
Reference in New Issue
Block a user