Skip to content

Commit

Permalink
Update Links in SECURITY.md and add 'security' label
Browse files Browse the repository at this point in the history
  • Loading branch information
devlinjunker committed Oct 20, 2020
1 parent 79349ab commit 22031ca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@
color: "bfd4f2" # grey blue
description: "Proof of Concept of a Feature/Technical Design"
- name: "example"
color: "FFFFFF" # white?
color: "FFFFFF" # white
description: "Useful Example to be shared"
- name: "dependencies"
color: "000000" # black?
color: "000000" # black
description: "Updates the project dependencies"
- name: "security"
color: "871717" # redish-black
description: "Security vulnerability addressed"

## Status

Expand Down
5 changes: 4 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ currently being supported with security updates._

## Reporting a Vulnerability

Please [submit an issue](../../issues) that details the security concern (and ideally steps to take to fix or mitigate risk). If an issue is not responded to within 1 month, please
Please [submit a "\[SECURITY\] Bug Report"][submit an issue] that details the security concern (and ideally steps to take to fix or mitigate risk). If an issue is not responded to within 1 month, please
assume that this repo is stale and will not be updated.

If a suggested fix is accepted and applied, your name will be added to the contributors list in the README. If the suggested fix is declined, we will attempt to provide an explanation on the
Github issue created before closing the issue. You may or may not get notified of this via email depending on your notification preferences.


[submit an issue]: ../../issues/new?template=bug_report.md&labels=bug,-priority,security&title=[SECURITY]

0 comments on commit 22031ca

Please sign in to comment.