Skip to content

Commit

Permalink
Cache RE object in uri template matcher.
Browse files Browse the repository at this point in the history
Fix [CVE-2024-23323](GHSA-x278-4w4x-r7ch)

Signed-off-by: Yan Avlasov <yavlasov@google.com>
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
yanavlasov authored and phlax committed Feb 9, 2024
1 parent 63895ea commit 71eeee8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/current.yaml
Expand Up @@ -52,6 +52,9 @@ bug_fixes:
change: |
Fixed a crash when Envoy is configured for PROXY protocol on both a listener and cluster, and the listener receives
a PROXY protocol header with address type LOCAL (typically used for health checks).
- area: url matching
change: |
Fixed excessive CPU utilization when using regex URL template matcher.
removed_config_or_runtime:
# *Normally occurs at the end of the* :ref:`deprecation period <deprecated>`
Expand Down

0 comments on commit 71eeee8

Please sign in to comment.