Skip to content

Commit d6f4037

Browse files
author
Alan Dooley
authored
Merge branch 'main' into waf/package-versions
2 parents a2d1d4a + e4b8653 commit d6f4037

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎content/nic/changelog/_index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For older releases, check the changelogs for previous years: [2024]({{< ref "/ni
3232

3333
- [8690](https://github.com/nginx/kubernetes-ingress/pull/8690) Update stub_status client path
3434
- [8731](https://github.com/nginx/kubernetes-ingress/pull/8731) Update service template for ipfamilies
35-
- [8743](https://github.com/nginx/kubernetes-ingress/pull/8743) Add more validation on rewrite-target
35+
- [8743](https://github.com/nginx/kubernetes-ingress/pull/8743) Fix CVE-2025-14727 Adding more validation on rewrite-target
3636

3737
### {{% icon arrow-up %}} Dependencies
3838

‎content/waf/policies/cookie-enforcement.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You can control the attributes within these cookies.
1616
| ------------------- | ------------- | ---------------- | --------------- |
1717
| `httpOnlyAttribute` | _true_ | _false_ | _true_ in all policies |
1818
| `secureAttribute` | _never_ | _always_ | _always_ in the strict and API policies |
19-
| `sameSiteAttribute` | _lax_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |
19+
| `sameSiteAttribute` | _strict_ | _none-value_, _strict_, _none_ | _strict_ in the strict policy, _none_ removes the attribute entirely |
2020

2121
In this example, HttpOnly is configured as `true`, Secure as `never`, and SameSite as `strict`.
2222

0 commit comments

Comments
 (0)