`regexp-assemble.pl` Converts a literal `\\x00` to a `null` · Issue #2210 · coreruleset/coreruleset · GitHub
More Web Proxy on the site http://driver.im/
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
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).
regexp-assemble.pl
Converts a literal\\x00
to anull
in the output. We expect the final expression to retain the literal.Make sure this is true for the full range of bytes.
The text was updated successfully, but these errors were encountered: