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
hexDecode
Describe the bug
This comes from this discussion: corazawaf/coraza#1253.
Technically, there is one test that accepts a string that could not be generated by hexEncode.
hexEncode
👉 Is this the expected behavior?
I think accepting a broken input is just prone to more errors. Don't know how this affects a possible chain of transformations.
The text was updated successfully, but these errors were encountered:
hexDecode should indeed check if characters are valid. Question is what to do in case of an invalid one ...
Sorry, something went wrong.
hexDecode should indeed check if characters are valid.
Characters come from user as a payload, right? (Or they can come as output of another transformation?)
Can we set the REQBODY_ERROR variable?
REQBODY_ERROR
Pay attention that hexEncode could be used on something else than the request body
No branches or pull requests
Describe the bug
This comes from this discussion: corazawaf/coraza#1253.
Technically, there is one test that accepts a string that could not be generated by
hexEncode
.👉 Is this the expected behavior?
I think accepting a broken input is just prone to more errors. Don't know how this affects a possible chain of transformations.
The text was updated successfully, but these errors were encountered: