Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ title: Security level
pcx_content_type: learning-unit
sidebar:
order: 2
badge:
text: Deprecated
---

import { Render } from "~/components";
Expand Down
3 changes: 3 additions & 0 deletions src/content/docs/waf/tools/security-level.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
pcx_content_type: reference
source: https://support.cloudflare.com/hc/en-us/articles/200170056-Understanding-the-Cloudflare-Security-Level
title: Security Level
sidebar:
badge:
text: Deprecated
---

import { Render } from "~/components";
Expand Down
8 changes: 1 addition & 7 deletions src/content/partials/waf/security-level-scores.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,9 @@ The available security levels are the following:
| Security Level | Description |
| ----------------------------------- | ------------------------------------------------------------------------------------ |
| Off (Enterprise<br/>customers only) | Does not challenge IP addresses. |
| Essentially off | Only challenges IP addresses with the worst reputation. |
| Low | Challenges only threatening visitors. |
| Medium | Challenges both threatening and moderately threatening visitors. |
| High | Challenges all visitors that exhibited threatening behavior within the last 14 days. |
| I'm Under Attack! | Only for use if your website is currently under a DDoS attack. |

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.

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.
When you select _I'm Under Attack!_, which enables [Under Attack mode](/fundamentals/reference/under-attack-mode/), Cloudflare will present a JS challenge page.

:::caution

Expand Down
10 changes: 10 additions & 0 deletions src/content/release-notes/api-deprecations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ productLink: "/fundamentals/"
productArea: Core platform
productAreaLink: /fundamentals/reference/changelog/platform/
entries:

- publish_date: "2025-03-17"
title: "Security Center: Security level and Threat Score are deprecated"
description: |-
Deprecation date: March 17, 2025

End of life date: March 17, 2025

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.

- publish_date: "2025-03-11"
title: "Cloudflare Radar: Layer 7 attack magnitude parameter"
description: |-
Expand Down
Loading