docs: add blakeembrey as captain for encodeurl (#5579)
[express.git] / Security.md
blob6b5d2b0686e36a6d606f4591b1e4875e397f84ac
1 # Security Policies and Procedures
3 This document outlines security procedures and general policies for the Express
4 project.
6   * [Reporting a Bug](#reporting-a-bug)
7   * [Disclosure Policy](#disclosure-policy)
8   * [Comments on this Policy](#comments-on-this-policy)
10 ## Reporting a Bug
12 The Express team and community take all security bugs in Express seriously.
13 Thank you for improving the security of Express. We appreciate your efforts and
14 responsible disclosure and will make every effort to acknowledge your
15 contributions.
17 Report security bugs by emailing the lead maintainer in the Readme.md file.
19 To ensure the timely response to your report, please ensure that the entirety
20 of the report is contained within the email body and not solely behind a web
21 link or an attachment.
23 The lead maintainer will acknowledge your email within 48 hours, and will send a
24 more detailed response within 48 hours indicating the next steps in handling
25 your report. After the initial reply to your report, the security team will
26 endeavor to keep you informed of the progress towards a fix and full
27 announcement, and may ask for additional information or guidance.
29 Report security bugs in third-party modules to the person or team maintaining
30 the module.
32 ## Pre-release Versions
34 Alpha and Beta releases are unstable and **not suitable for production use**.
35 Vulnerabilities found in pre-releases should be reported according to the [Reporting a Bug](#reporting-a-bug) section.
36 Due to the unstable nature of the branch it is not guaranteed that any fixes will be released in the next pre-release.
38 ## Disclosure Policy
40 When the security team receives a security bug report, they will assign it to a
41 primary handler. This person will coordinate the fix and release process,
42 involving the following steps:
44   * Confirm the problem and determine the affected versions.
45   * Audit code to find any potential similar problems.
46   * Prepare fixes for all releases still under maintenance. These fixes will be
47     released as fast as possible to npm.
49 ## The Express Threat Model
51 We are currently working on a new version of the security model,  the most updated version can be found [here](https://github.com/expressjs/security-wg/blob/main/tools/docs/ThreatModel.md)
53 ## Comments on this Policy
55 If you have suggestions on how this process could be improved please submit a
56 pull request.