mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-10-01 12:07:46 +03:00
Adds support to the action `maturity'
This commit is contained in:
@@ -83,6 +83,7 @@ Rule::Rule(std::string marker)
|
||||
m_unconditional(false),
|
||||
m_secmarker(true),
|
||||
m_marker(marker),
|
||||
m_maturity(0),
|
||||
m_referenceCount(0),
|
||||
m_fileName(""),
|
||||
m_lineNumber(0) { }
|
||||
|
Reference in New Issue
Block a user