Skip to content

Commit cb3f256

Browse files
author
evilebottnawi
committed
docs: add SECURITY.md
1 parent aeaa877 commit cb3f256

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

SECURITY.md

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"buildin/",
8989
"hot/",
9090
"web_modules/",
91-
"schemas/"
91+
"schemas/",
92+
"SECURITY.md"
9293
],
9394
"scripts": {
9495
"setup": "node ./setup/setup.js",

0 commit comments

Comments
 (0)