Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/waf/changelog/2023.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "2023 archive"
weight: 200
weight: 400
toc: true
nd-content-type: reference
nd-product: F5WAFN
Expand Down
2 changes: 1 addition & 1 deletion content/waf/changelog/2024.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "2024 archive"
weight: 100
weight: 300
toc: true
nd-content-type: reference
nd-product: F5WAFN
Expand Down
244 changes: 244 additions & 0 deletions content/waf/changelog/2025.md

Large diffs are not rendered by default.

237 changes: 20 additions & 217 deletions content/waf/changelog/_index.md

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions content/waf/configure/compiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ The compiler is packaged as a Docker image and can executed using the Docker CLI

If you are using a virtual machine/bare-metal installation, read the [Update F5 WAF for NGINX signatures]({{< ref "/waf/install/update-signatures.md" >}}) topic.

If you are using a Helm-based Kubernetes deployment, read the [Kubernetes operations improvements (Early access)]({{< ref "/waf/install/kubernetes-plm.md" >}}) topic.

{{< /call-out >}}

One or more bundle files can be referenced in the NGINX configuration file, and you can configure global settings such as the cookie seed and user-defined signatures.
Expand Down
1 change: 1 addition & 0 deletions content/waf/install/kubernetes-plm.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: "Kubernetes operations improvements (Early access)"
weight: 300
draft: true
toc: true
nd-banner:
enabled: true
Expand Down
2 changes: 1 addition & 1 deletion data/nap-waf/schema/policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -3717,7 +3717,7 @@
"oneOf" : [
{
"items" : {
"description" : "Defines behavior when signatures found within a signature-set are detected in a request. Settings are culmulative, so if a signature is found in any set with block enabled, that signature will have block enabled.",
"description" : "Defines behavior when signatures found within a signature-set are detected in a request. Settings are cumulative, so if a signature is found in any set with block enabled, that signature will have block enabled.",
"properties" : {
"$action" : {
"enum" : [
Expand Down