octavia/releasenotes/notes/fixed-API-validation-for-L7-rules-and-session-cookies-cb88f3f1b90171f9.yaml
Tom Weininger 1184b85a0a Correct format of release note
Change-Id: Ief3d64a3b290676b121a2dcca0760ef2d91ce817
2022-06-20 14:40:49 +02:00

10 lines
408 B
YAML

---
fixes:
- |
Fixed validations in L7 rule and session cookie APIs in order to prevent
authenticated and authorized users to inject code into HAProxy
configuration. CR and LF (\\r and \\n) are no longer allowed in L7 rule
keys and values. The session persistence cookie names must follow the rules
described in
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie.