Skip to content

Commit 01ec05d

Browse files
pedrosousaOxyjun
andauthored
[WAF] Add new nav instructions (#23529)
--------- Co-authored-by: Jun Lee <[email protected]>
1 parent ee51675 commit 01ec05d

File tree

87 files changed

+760
-304
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+760
-304
lines changed
-5.46 KB
Loading
-8.51 KB
Loading
-124 Bytes
Loading
4.4 KB
Loading
-11 KB
Loading
-21.6 KB
Loading
-16.4 KB
Loading
-7.25 KB
Loading

src/content/docs/security-center/infrastructure/security-file.mdx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,35 @@ sidebar:
55
order: 4
66
---
77

8+
import { Tabs, TabItem } from "~/components";
9+
810
To manage your [security.txt](https://en.wikipedia.org/wiki/Security.txt) file via the Cloudflare dashboard:
911

12+
<Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard">
13+
1014
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain.
1115
2. Go to **Security** > **Settings** > **Enable Security.txt**.
1216

17+
</TabItem> <TabItem label="New dashboard" icon="rocket">
18+
19+
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain.
20+
2. Go to **Security** > **Settings** > **All settings** tab.
21+
3. Next to **Enable Security.txt**, select **Edit**.
22+
23+
</TabItem> </Tabs>
24+
1325
From here, you can create and manage your `security.txt` file to provide the security research team with a standardized way to report vulnerabilities.
1426

1527
Fill in the following information:
1628

1729
- **(Required) Contact**: You can enter one of the following to contact you about security issues:
30+
1831
- An email address: The email address must start with `mailto:` (for example, `mailto:[email protected]`).
1932
- A phone number: The phone number must start with `tel:` (for example, `tel:+1 1234567890`).
2033
- A URL link: The URL link must start with `https://` (for example, `https://example.com`).
2134

2235
Select **Add more** to add multiple contacts.
36+
2337
- **(Required) Expires at**: Enter the expiration date and time of the `security.txt` file.
2438
- **Encryption**: A link to a key which security researchers can use to communicate with you.
2539
- **Acknowledgements**: A link to your acknowledgements page.
@@ -30,8 +44,18 @@ Fill in the following information:
3044

3145
Once you have entered the necessary information, select **Save**.
3246

33-
To edit your security.txt file, select **Security** > **Settings** > **Edit Security.txt**.
47+
To edit your security.txt file:
48+
49+
- Old dashboard: Select **Security** > **Settings** > **Edit Security.txt**.
50+
- New security dashboard: In the **All settings** tab, select **Edit** next to **Enable Security.txt**.
3451

3552
To download your security.txt file, select **Security** > **Settings** > **Download Security.txt**.
3653

37-
To delete your security.txt file, select **Security** > **Settings** > **Delete Security.txt**.
54+
To delete your security.txt file:
55+
56+
- Old dashboard:
57+
- Select **Security** > **Settings** > **Delete Security.txt**.
58+
- New security dashboard:
59+
1. Select **Security** > **Settings** > **All settings** tab.
60+
2. Next to **Enable Security.txt**, select **Edit**.
61+
3. Select **Delete**.

src/content/docs/security/analytics.mdx

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,8 @@ For information on how to use the **Traffic** tab, refer to [Security Analytics]
3232

3333
If you need to modify existing security-related rules you already configured, consider also using the [Events](#events) tab. This tab displays information about requests affected by Cloudflare security products.
3434

35-
### Suspicious activity
36-
37-
The suspicious activity gives you information about suspicious requests that were identified by the Cloudflare detections you have enabled. The supported detections include:
38-
39-
- [Account takeover](/bots/additional-configurations/detection-ids/#account-takeover-detections)
40-
- [Leaked credential check](/waf/detections/leaked-credentials/) (only for user and password leaked)
41-
- [Malicious uploads](/waf/detections/malicious-uploads/)
42-
- [WAF attack score](/waf/detections/attack-score/)
43-
- [Firewall for AI](/waf/detections/firewall-for-ai/)
44-
45-
Each suspicious activity is classified with a severity score that can vary from critical to low. You can use the filter option to investigate further.
46-
4735
:::note
48-
The **Traffic** tab includes functionality available in the [Security Analytics](/waf/analytics/security-analytics/) page in the previous dashboard navigation structure. However, some page elements will appear in a different order, or they may be unavailable in the **Traffic** tab, such as Insights or the score-based analyses sidebar.
36+
The **Traffic** tab includes functionality available in the [Security Analytics](/waf/analytics/security-analytics/) page in the previous dashboard navigation structure.
4937
:::
5038

5139
## Events

0 commit comments

Comments
 (0)