Merge "Correct format of release note" into stable/yoga

This commit is contained in:
Zuul 2022-07-11 11:23:42 +00:00 committed by Gerrit Code Review
commit 6022d646b5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ 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
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.