Skip to content

Commit 23bf1d6

Browse files
committed
fix: use a real email address in SECURITY.md
1 parent cf5fa35 commit 23bf1d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ Then customize the code for your repository:
7575
* update `deploy/$YOUR_COMMAND/Dockerfile`
7676
* update `.github/workflows/build.yaml`, replacing `go-cli-github` with `$YOUR_COMMAND`.
7777
* update `.goreleaser.yaml` to build `cmd/$YOUR_COMMAND`
78-
* update the links at the top of the README
78+
* update the links at the top of `README.md`
79+
* update the contact email in `SECURITY.md`
7980

8081
1. Commit and push:
8182

SECURITY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Only the latest minor version will receive patch releases.
88
## Reporting a Vulnerability
99

1010
To report a security issue, please [privately report a security vulnerability](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability) through GitHub.
11-
If you do not have a GitHub account, please email [email protected] with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.
11+
If you do not have a GitHub account, please email [email protected] with a description of the issue, the steps you took to create the issue, affected versions, and, if known, mitigations for the issue.
1212
We will endeavour to respond within 3 working days of your email.
1313

1414
If an issue is confirmed as a vulnerability, we will open a Security Advisory.

0 commit comments

Comments
 (0)