Skip to content

Commit

Permalink
feat: add SECURITY.md file (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored Oct 12, 2021
1 parent 6c0477a commit d832811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
!/test
!/README*
!/LICENSE*
!/SECURITY*
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please send vulnerability reports through [hackerone](https://hackerone.com/github).
1 change: 1 addition & 0 deletions lib/content/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Please send vulnerability reports through [hackerone](https://hackerone.com/github).
1 change: 1 addition & 0 deletions lib/content/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const content = {
'.github/ISSUE_TEMPLATE/config.yml': './config.yml',
'.gitignore': './gitignore',
'LICENSE.md': './LICENSE.md',
'SECURITY.md': './SECURITY.md',
}

// given a root directory, copy all files in the content map
Expand Down

0 comments on commit d832811

Please sign in to comment.