We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm currently testing the nginx rules and came upon what looks like a syntax error in one of the rulesets.
Describe the bug in xss.conf nginx complains about the lenght of the parameter.
xss.conf
[emerg] 894506#894506: too long parameter, probably missing terminating """ character in /etc/nginx/patterns/rules/xss.conf:81
The parameter in question is indeed extremely long. My RegEx knowledge isn't the greatest, but it looks like a lot of repetition in said parameter.
To Reproduce Steps to reproduce the behavior:
nginx -t
Expected behavior The rules to be applied without error.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
should be fixed, let me know if u have time :)
Sorry, something went wrong.
Tested and... is fixed to me :)
fabriziosalmi
No branches or pull requests
Hi,
I'm currently testing the nginx rules and came upon what looks like a syntax error in one of the rulesets.
Describe the bug
in
xss.conf
nginx complains about the lenght of the parameter.The parameter in question is indeed extremely long. My RegEx knowledge isn't the greatest, but it looks like a lot of repetition in said parameter.
To Reproduce
Steps to reproduce the behavior:
nginx -t
to verify the configExpected behavior
The rules to be applied without error.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: