-
Notifications
You must be signed in to change notification settings - Fork 10k
[WAF] Add new nav instructions #23529
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
pedrosousa
merged 43 commits into
production
from
pedro/PCX-17418-new-nav-update-waf-docs
Jul 9, 2025
Merged
Changes from 41 commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
75fdc2d
Crop images
pedrosousa dfec2d1
Small updates in examples
pedrosousa a5b1489
Detections: Add instructions for new nav
pedrosousa 4a1067d
Update managed rules
pedrosousa 4b1ed92
Detections: Add instructions for new nav (cont'd)
pedrosousa 2e4cc8d
Update rate limiting rules
pedrosousa 744064f
Update the WAF's get started
pedrosousa d1c7874
Workers: Update link
pedrosousa 9cd9271
Update tab names
pedrosousa fe24e90
Update RL instructions
pedrosousa 073b6bf
Security Analytics: Update tab name
pedrosousa b7bbdb5
Update tab name
pedrosousa 9dbe518
Update managed rules (wip)
pedrosousa 2f9ee07
Update managed rules (part 2)
pedrosousa f093301
Update security tools and settings
pedrosousa abd4a49
Update rule types hidden by default (IP access, user agent, zone lock…
pedrosousa a3cc74c
Reduce number of WAF references
pedrosousa cc94b8d
Add new dash instructions (reference, troubleshooting)
pedrosousa c16457b
Remove reference to security level
pedrosousa 96207fa
Remove WAF references
pedrosousa e34cb3d
Clarify Exposed Credentials Check availability
pedrosousa 895dcd7
Update settings instructions for WAF features
pedrosousa 608ab94
[WAF] Update security analytics
pedrosousa 2b2614d
Update custom rules (mention security rules)
pedrosousa c4263f7
Mention "web application firewall" in custom rules intro
pedrosousa bbebb8b
Small updates
pedrosousa 5239d5c
Custom rules: Move note content to regular paragraph
pedrosousa 3cd1422
Update managed rules intro (mention web app exploits)
pedrosousa 2e30ae8
Remove sentence with repeated content
pedrosousa af3c847
Managed rulesets: Rename section
pedrosousa 4dd7969
Adjust dashboard instructions (new Q2 settings)
pedrosousa 8f84879
Fix sentence
pedrosousa cad67fc
Merge branch 'production' into pedro/PCX-17418-new-nav-update-waf-docs
pedrosousa 5cc3ccf
Update screenshots
pedrosousa e82e57a
Add UI filter selection
pedrosousa 9100f96
Some updates based on latest UI
pedrosousa 49175f8
Update managed ruleset instructions
pedrosousa 41b1c83
Update rate limiting rules intro
pedrosousa 1f7c280
Add dash/API tabs
pedrosousa 32195ec
Minor text changes
pedrosousa 1f84080
Fix link
pedrosousa 79fd808
Update SDD config instructions
pedrosousa 62e572a
Apply suggestions from PCX review
pedrosousa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file modified
BIN
-5.46 KB
(76%)
src/assets/images/waf/custom-rules/firewall-custom-rule-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,21 +5,35 @@ sidebar: | |
| order: 4 | ||
| --- | ||
|
|
||
| import { Tabs, TabItem } from "~/components"; | ||
|
|
||
| To manage your [security.txt](https://en.wikipedia.org/wiki/Security.txt) file via the Cloudflare dashboard: | ||
|
|
||
| <Tabs syncKey="dashNewNav"> <TabItem label="Old dashboard"> | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain. | ||
| 2. Go to **Security** > **Settings** > **Enable Security.txt**. | ||
|
|
||
| </TabItem> <TabItem label="New dashboard" icon="rocket"> | ||
|
|
||
| 1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com/), select your account and domain. | ||
| 2. Go to **Security** > **Settings** > **All settings** tab. | ||
| 3. Next to **Enable Security.txt**, select **Edit**. | ||
|
|
||
| </TabItem> </Tabs> | ||
|
|
||
| From here, you can create and manage your `security.txt` file to provide the security research team with a standardized way to report vulnerabilities. | ||
|
|
||
| Fill in the following information: | ||
|
|
||
| - **(Required) Contact**: You can enter one of the following to contact you about security issues: | ||
|
|
||
| - An email address: The email address must start with `mailto:` (for example, `mailto:[email protected]`). | ||
| - A phone number: The phone number must start with `tel:` (for example, `tel:+1 1234567890`). | ||
| - A URL link: The URL link must start with `https://` (for example, `https://example.com`). | ||
|
|
||
| Select **Add more** to add multiple contacts. | ||
|
|
||
| - **(Required) Expires at**: Enter the expiration date and time of the `security.txt` file. | ||
| - **Encryption**: A link to a key which security researchers can use to communicate with you. | ||
| - **Acknowledgements**: A link to your acknowledgements page. | ||
|
|
@@ -30,8 +44,18 @@ Fill in the following information: | |
|
|
||
| Once you have entered the necessary information, select **Save**. | ||
|
|
||
| To edit your security.txt file, select **Security** > **Settings** > **Edit Security.txt**. | ||
| To edit your security.txt file: | ||
|
|
||
| - Old dashboard: Select **Security** > **Settings** > **Edit Security.txt**. | ||
| - New security dashboard: In the **All settings** tab, select **Edit** next to **Enable Security.txt**. | ||
|
|
||
| To download your security.txt file, select **Security** > **Settings** > **Download Security.txt**. | ||
|
|
||
| To delete your security.txt file, select **Security** > **Settings** > **Delete Security.txt**. | ||
| To delete your security.txt file: | ||
|
|
||
| - Old dashboard: | ||
| - Select **Security** > **Settings** > **Delete Security.txt**. | ||
| - New security dashboard: | ||
| 1. Select **Security** > **Settings** > **All settings** tab. | ||
| 2. Next to **Enable Security.txt**, select **Edit**. | ||
| 3. Select **Delete**. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.