mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
GH-352: Improve HTTP::match_sql_injection_uri regex
Changes \x00-\x37 ranges to \x00-\x1f with assumption that the former was attempting to match ASCII control characters, but mistook an octal range for hex. This change reduces some false positives.
This commit is contained in:
parent
fc114069b0
commit
ae923106f1
3 changed files with 12 additions and 8 deletions
2
testing/external/commit-hash.zeek-testing
vendored
2
testing/external/commit-hash.zeek-testing
vendored
|
@ -1 +1 @@
|
|||
58751ecb256874e984c26612cd04ee0f646fcb18
|
||||
572db83987123034a9d304de9aa0a6b0ecd3b14a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue