Skip to content

Commit 764db0c

Browse files
[Security Center] Deprecate security level and threat score
1 parent 7b143c6 commit 764db0c

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

src/content/docs/learning-paths/application-security/default-traffic-security/security-level.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Security level
33
pcx_content_type: learning-unit
44
sidebar:
55
order: 2
6+
badge:
7+
text: Deprecated
68
---
79

810
import { Render } from "~/components";

src/content/docs/waf/tools/security-level.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
pcx_content_type: reference
33
source: https://support.cloudflare.com/hc/en-us/articles/200170056-Understanding-the-Cloudflare-Security-Level
44
title: Security Level
5+
sidebar:
6+
badge:
7+
text: Deprecated
58
---
69

710
import { Render } from "~/components";

src/content/partials/waf/security-level-scores.mdx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,9 @@ The available security levels are the following:
1111
| Security Level | Description |
1212
| ----------------------------------- | ------------------------------------------------------------------------------------ |
1313
| Off (Enterprise<br/>customers only) | Does not challenge IP addresses. |
14-
| Essentially off | Only challenges IP addresses with the worst reputation. |
15-
| Low | Challenges only threatening visitors. |
16-
| Medium | Challenges both threatening and moderately threatening visitors. |
17-
| High | Challenges all visitors that exhibited threatening behavior within the last 14 days. |
1814
| I'm Under Attack! | Only for use if your website is currently under a DDoS attack. |
1915

20-
Selecting a higher **Security Level** value means that even requests with a lower risk (that is, with a low [threat score](#threat-score)) will be challenged. Selecting a lower **Security Level** value means that only requests posing a higher risk (that is, with a high threat score) will be challenged.
21-
22-
Security levels from _Essentially off_ to _High_ will challenge the visitor using a Managed Challenge. When you select _I'm Under Attack!_, which enables [Under Attack mode](/fundamentals/reference/under-attack-mode/), Cloudflare will present a JS challenge page.
16+
When you select _I'm Under Attack!_, which enables [Under Attack mode](/fundamentals/reference/under-attack-mode/), Cloudflare will present a JS challenge page.
2317

2418
:::caution
2519

src/content/release-notes/api-deprecations.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ productLink: "/fundamentals/"
55
productArea: Core platform
66
productAreaLink: /fundamentals/reference/changelog/platform/
77
entries:
8+
9+
- publish_date: "2025-03-17"
10+
title: "Security Center: Security level and Threat Score are deprecated"
11+
description: |-
12+
Deprecation date: March 17, 2025
13+
14+
End of life date: March 17, 2025
15+
16+
Security Level and Threat Score are deprecated and will be removed on March 17, 2025. They will no longer be available via the Rulesets API or Terraform. They will not be available to be configured on the Cloudflare dashboard.
17+
818
- publish_date: "2025-03-11"
919
title: "Cloudflare Radar: Layer 7 attack magnitude parameter"
1020
description: |-

0 commit comments

Comments
 (0)