mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Treat _NAMES variables as collections (#5)
* Treat _NAMES variables as collections * Fix an issue with the offset of ARGS_NAMES. * Fix regression tests for the new behaviour. * Add generated seclang files.
This commit is contained in:
committed by
Felipe Zimmerle
parent
9069a453e5
commit
5c737c2c06
File diff suppressed because it is too large
Load Diff
@@ -1807,8 +1807,6 @@ var:
|
|||||||
{
|
{
|
||||||
VARIABLE_CONTAINER($$, new Variables::ArgsNames_NoDictElement());
|
VARIABLE_CONTAINER($$, new Variables::ArgsNames_NoDictElement());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
| VARIABLE_ARGS_GET_NAMES DICT_ELEMENT
|
| VARIABLE_ARGS_GET_NAMES DICT_ELEMENT
|
||||||
{
|
{
|
||||||
VARIABLE_CONTAINER($$, new Variables::ArgsGetNames_DictElement($2));
|
VARIABLE_CONTAINER($$, new Variables::ArgsGetNames_DictElement($2));
|
||||||
|
Reference in New Issue
Block a user