Skip to content
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

[Security Center] Add docs for security.txt file #16954

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
pcx_content_type: how-to
pcx_content_type: overview
title: Infrastructure
sidebar:
order: 5
Expand All @@ -14,3 +14,4 @@ You can perform the following actions:

* Filter the displayed information
* Print or download a PDF report
* Manage your security.txt file
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
pcx_content_type: concept
title: Set up your security.txt file
sidebar:
order: 4
---

To manage your [security.txt](https://en.wikipedia.org/wiki/Security.txt) file via the Cloudflare 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**.

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:`.
- A phone number: The phone number must start with `tel:`.
- A URL link: The URL link must start with `https://`.

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.
- **Canonical**: Links to your `security.txt` file.
- **Hiring**: A link to your security-related job openings.
- **Policy**: A link to a policy describing what security researchers should do when searching for or reporting security issues.
- **Preferred languages**: A list of language codes that your security team speaks.

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

To edit your security.txt file, select **Security** > **Settings** > **Edit 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**.
Loading