Skip to content

Commit 601a076

Browse files
committedApr 3, 2022
docs: add security policy
1 parent 77bcc0e commit 601a076

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 Express team and community take all security bugs seriously. Thank you
6+
for improving the security of Express. 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 `body-parser`. This
11+
information can be found in the npm registry using the command
12+
`npm owner ls body-parser`.
13+
If unsure or unable to get the information from the above, open an issue
14+
in the [project issue tracker](https://github.com/expressjs/body-parser/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
@@ -40,6 +40,7 @@
4040
"lib/",
4141
"LICENSE",
4242
"HISTORY.md",
43+
"SECURITY.md",
4344
"index.js"
4445
],
4546
"engines": {

0 commit comments

Comments
 (0)
Please sign in to comment.