File tree 2 files changed +26
-0
lines changed
2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 40
40
" lib/" ,
41
41
" LICENSE" ,
42
42
" HISTORY.md" ,
43
+ " SECURITY.md" ,
43
44
" index.js"
44
45
],
45
46
"engines" : {
You can’t perform that action at this time.
0 commit comments