mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Add missing verify*** transformation statements to parser
This commit is contained in:
committed by
Felipe Zimmerle
parent
8bb64c3ee3
commit
a66acebc05
@@ -956,13 +956,11 @@ op_before_init:
|
||||
}
|
||||
| OPERATOR_VERIFY_CPF run_time_string
|
||||
{
|
||||
/* $$ = new operators::VerifyCPF($1); */
|
||||
OPERATOR_NOT_SUPPORTED("VerifyCPF", @0);
|
||||
OPERATOR_CONTAINER($$, new operators::VerifyCPF(std::move($2)));
|
||||
}
|
||||
| OPERATOR_VERIFY_SSN run_time_string
|
||||
{
|
||||
/* $$ = new operators::VerifySSN($1); */
|
||||
OPERATOR_NOT_SUPPORTED("VerifySSN", @0);
|
||||
OPERATOR_CONTAINER($$, new operators::VerifySSN(std::move($2)));
|
||||
}
|
||||
| OPERATOR_GSB_LOOKUP run_time_string
|
||||
{
|
||||
|
Reference in New Issue
Block a user