-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
For matching values in the header that might be somewhere in the middle of the header, the present option is to use Regex in the form .Search-Pattern.. This can cause catastrophic backtracking as described in #7728 As a solution, I have introduced another header match type called contains which is based on absl::StrContains(). Risk Level: Low Testing: Unit tests are included and manual testing was performed. Fixes #12590 Signed-off-by: Shivanshu Goswami <shigoswami@ebay.com>
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.