You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, and we also found out that for older versions (confirmed on v2.9.7) there was no syntax error but the exclusion did not work either.
With respects to the case described above, it means that this rule exclusion would pass the syntax check but access to https://example.com/?foo=x would still be blocked.
Describe the bug
If we use the following rule and rule exclusion, the configuration does not pass the syntax check:
However, the following is accepted by the syntax check and the rule exclusion is working as expected:
Should this be possible or is this simply not supported?
Logs and dumps
See above.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would expect the rule exclusion to remove both
ARGS:foo
andARGS:bar
from rule1
instead of failing the syntax check.Server (please complete the following information):
The text was updated successfully, but these errors were encountered: