docs: add `SECURITY.md`

This commit is contained in:
evilebottnawi 2018-04-24 21:59:43 +03:00
parent aeaa877ed6
commit cb3f256488
2 changed files with 11 additions and 1 deletions

9
SECURITY.md Normal file
View File

@ -0,0 +1,9 @@
# Reporting Security Issues
If you discover a security issue in webpack, please report it by sending an
email to [webpack@opencollective.com](mailto:webpack@opencollective.com).
This will allow us to assess the risk, and make a fix available before we add a
bug report to the GitHub repository.
Thanks for helping make webpack safe for everyone.

View File

@ -88,7 +88,8 @@
"buildin/", "buildin/",
"hot/", "hot/",
"web_modules/", "web_modules/",
"schemas/" "schemas/",
"SECURITY.md"
], ],
"scripts": { "scripts": {
"setup": "node ./setup/setup.js", "setup": "node ./setup/setup.js",