Skip to content

Commit

Permalink
.github: remove duplicate security link
Browse files Browse the repository at this point in the history
Since a SECURITY.md file is present in the main Go repository,
GitHub already shows a "Report a security vulnerability" link
in the issue template list. Remove the duplicate custom link.

Fixes golang#49962.

Change-Id: Ifdf7e93b76ebd9258d907aa9cb4915c0dbc4f93e
Reviewed-on: https://go-review.googlesource.com/c/go/+/376357
Trust: Dmitri Shuralyov <[email protected]>
Reviewed-by: Julie Qiu <[email protected]>
  • Loading branch information
dmitshur committed Jan 7, 2022
1 parent 11b28e7 commit 2f45981
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ contact_links:
- name: Questions
about: Please use one of the forums for questions or general discussions
url: https://go.dev/wiki/Questions
- name: Security Vulnerabilities
about: See here for our security policy
url: https://go.dev/security

0 comments on commit 2f45981

Please sign in to comment.