You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/includes/waf/table-policy-features.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ nd-files:
14
14
|[Brute force attack preventions]({{< ref "/waf/policies/brute-force-attacks.md" >}}) | Configure parameters to secure areas of a web application from brute force attacks. |
15
15
|[Cookie enforcement]({{< ref "/waf/policies/cookie-enforcement.md" >}}) | By default all cookies are allowed and not enforced for integrity. The user can add specific cookies, wildcards or explicit, that will be enforced for integrity. It is also possible to set the cookie attributes: HttpOnly, Secure and SameSite for cookies found in the response. |
16
16
|[Data guard]({{< ref "/waf/policies/data-guard.md" >}}) | Detects and masks Credit Card Number (CCN) and/or U.S. Social Security Number (SSN) and/or custom patterns in HTTP responses. Disabled by default. |
17
-
|[Deny and Allow IP lists]({{< ref "/waf/policies/deny-allow-ip.md" >}}) |Manually define denied & allowed IP addresses as well as IP addresses to never log.|
17
+
|[Deny and Allow IP lists]({{< ref "/waf/policies/deny-allow-ip.md" >}}) |**Deprecated**. See [IP address lists]({{< ref "/waf/policies/ip-address-lists.md" >}})|
18
18
|[Do-nothing]({{< ref "/waf/policies/do-nothing.md" >}}) | Do-nothing allows you to avoid inspecting or parsing a URL. |
19
19
|[Disallowed file type extensions]({{< ref "/waf/policies/disallowed-extensions.md" >}}) | Support any file type, and includes a predefined list of file types by default |
20
20
|[Evasion techniques]({{< ref "/waf/policies/evasion-techniques.md" >}}) | All evasion techniques are enabled by default, and can be disabled individually. These include directory traversal, bad escaped characters and more. |
@@ -31,6 +31,7 @@ nd-files:
31
31
|[Server technology signatures]({{< ref "/waf/policies/server-technology-signatures.md" >}}) | Support adding signatures per added server technology. |
32
32
|[Time-based signature staging]({{< ref "/waf/policies/time-based-signature-staging.md" >}}) | Time-based signature staging allows you to stage signatures for a specific period of time. During the staging period, violations of staged signatures are logged but not enforced. After the staging period ends, violations of staged signatures are enforced according to the policy's enforcement mode. |
33
33
|[Threat campaigns]({{< ref "/waf/policies/threat-campaigns.md" >}}) | These are patterns that detect all the known attack campaigns. They are very accurate and have almost no false positives, but are very specific and do not detect malicious traffic that is not part of those campaigns. The default policy enables threat campaigns but it is possible to disable it through the respective violation. |
34
+
|[User-defined browser control]({{< ref "/waf/policies/user-browers.md" >}}) | Allow or deny specific browsers, and define custom browsers |
34
35
|[User-defined HTTP headers]({{< ref "/waf/policies/user-headers.md" >}}) | Handling headers as a special part of requests |
35
36
|[User-defined URLs and parameters]({{< ref "/waf/policies/user-urls-parameters.md" >}}) | Use user-defined properties when configuring violations. |
36
37
|[XFF trusted headers]({{< ref "/waf/policies/xff-headers.md" >}}) | Disabled by default, and can accept an optional list of custom XFF headers. |
Copy file name to clipboardExpand all lines: content/nim/waf-integration/configuration/install-waf-compiler/install.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,27 +24,21 @@ To organize instances running the same version, you can create [instance groups]
24
24
25
25
For an overview of how the compiler works, see [Security bundle compilation]({{< ref "/nim/waf-integration/overview#security-bundle" >}}).
26
26
27
-
---
28
-
29
27
## Before you begin
30
28
31
29
{{< include "/nim/waf/nim-waf-before-you-begin.md" >}}
32
30
33
-
---
34
-
35
31
## WAF compiler version support
36
32
37
33
Use the table below to find the correct WAF compiler version for each release of F5 WAF for NGINX:
38
34
39
-
{{< include "/waf/f5-waf-for-nginx-compiler-compatibility.md" >}}
35
+
{{< include "/waf/waf-nim-compiler-support.md" >}}
40
36
41
37
{{< call-out "note" >}}
42
38
Beginning with version 5.9.0, both the virtual machine and container installation packages are categorized under the 5.x.x tag.
43
39
Earlier releases used 4.x.x for VM packages (for example, NAP 4.15.0, NAP 4.16.0) and 5.x.x for container packages (for example, NAP 5.7.0, NAP 5.8.0).
0 commit comments