mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 18:05:28 +03:00
Adds sanity check to confirm that the rule has an ID and it is not duplicated
This commit is contained in:
@@ -374,6 +374,7 @@ bool Driver::scan_begin () {
|
||||
}
|
||||
|
||||
void Driver::scan_end () {
|
||||
yylex_destroy();
|
||||
BEGIN(INITIAL);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user