10000 `regexp-assemble.pl` Converts a literal `\\x00` to a `null` · Issue #2210 · coreruleset/coreruleset · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

regexp-assemble.pl Converts a literal \\x00 to a null #2210

New issue

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

Closed
theseion opened this issue Sep 26, 2021 · 1 comment · Fixed by #2215
Closed

regexp-assemble.pl Converts a literal \\x00 to a null #2210

theseion opened this issue Sep 26, 2021 · 1 comment · Fixed by #2215
Assignees
Labels
🐛 bug Something isn't working

Comments

@theseion
Copy link
Contributor

regexp-assemble.pl Converts a literal \\x00 to a null in the output. We expect the final expression to retain the literal.

Make sure this is true for the full range of bytes.

@theseion theseion self-assigned this Sep 26, 2021
@theseion theseion added the 🐛 bug Something isn't working label Sep 26, 2021
@theseion
Copy link
Contributor Author

I have a solution. Unfortunately, the solution requires patching Regexp::Assemble. I've forked the repository and made the required change but I'm still struggling with a good way to use the patched module (since it will not be on CPAN).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant
0