Skip to content

Commit af3830a

Browse files
committed
docs: add security policy
1 parent ddae562 commit af3830a

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

SECURITY.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policies and Procedures
2+
3+
## Reporting a Bug
4+
5+
The `forwarded` team and community take all security bugs seriously. Thank
6+
you for improving the security of the project. We appreciate your efforts and
7+
responsible disclosure and will make every effort to acknowledge your
8+
contributions.
9+
10+
Report security bugs by emailing the current owner(s) of `forwarded`. This
11+
information can be found in the npm registry using the command
12+
`npm owner ls forwarded`.
13+
If unsure or unable to get the information from the above, open an issue
14+
in the [project issue tracker](https://github.com/jshttp/forwarded/issues)
15+
asking for the current contact information.
16+
17+
To ensure the timely response to your report, please ensure that the entirety
18+
of the report is contained within the email body and not solely behind a web
19+
link or an attachment.
20+
21+
At least one owner will acknowledge your email within 48 hours, and will send a
22+
more detailed response within 48 hours indicating the next steps in handling
23+
your report. After the initial reply to your report, the owners will
24+
endeavor to keep you informed of the progress towards a fix and full
25+
announcement, and may ask for additional information or guidance.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"LICENSE",
3030
"HISTORY.md",
3131
"README.md",
32+
"SECURITY.md",
3233
"index.js"
3334
],
3435
"engines": {

0 commit comments

Comments
 (0)