You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Security.md
+38-15Lines changed: 38 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,50 @@ project.
7
7
*[Disclosure Policy](#disclosure-policy)
8
8
*[Comments on this Policy](#comments-on-this-policy)
9
9
10
-
## Reporting a Bug
10
+
## Reporting a Bug or Security Vulnerability
11
11
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.
12
+
The Express team and community take all security vulnerabilities seriously.
13
+
Thank you for improving the security of Express and related projects.
14
+
We appreciate your efforts in responsible disclosure and will make every effort
15
+
to acknowledge your contributions.
16
16
17
-
Report security bugs by emailing `express-security@lists.openjsf.org`.
17
+
A [Security triage team member](https://github.com/expressjs/security-wg#security-triage-team)
18
+
or [the repo captain](https://github.com/expressjs/discussions/blob/HEAD/docs/contributing/captains_and_committers.md)
19
+
will acknowledge your report as soon as possible.
20
+
These timelines may extend when our triage
21
+
volunteers are away on holiday, particularly at the end of the year.
18
22
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.
22
-
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
23
+
After the initial reply to your report, the security team will
26
24
endeavor to keep you informed of the progress towards a fix and full
27
25
announcement, and may ask for additional information or guidance.
28
26
29
-
Report security bugs in third-party modules to the person or team maintaining
30
-
the module.
27
+
> [!NOTE]
28
+
> You can find more information about our process in [this guide](https://github.com/expressjs/security-wg/blob/main/docs/handle_security_reports.md)
29
+
30
+
### Reporting Security Bugs via GitHub Security Advisory (Preferred)
31
+
32
+
The preferred way to report security vulnerabilities is through
1. Visit the **Security** tab of the affected repository on GitHub.
41
+
2. Click **Report a vulnerability** and follow the provided steps.
42
+
43
+
This process applies to any repositories within the Express ecosystem.
44
+
If you are unsure whether a repository falls under this policy,
45
+
feel free to reach out via email.
46
+
47
+
### Reporting via Email
48
+
49
+
If you prefer, you can also report security issues by emailing `express-security@lists.openjsf.org`.
50
+
51
+
To ensure a timely response, please include all relevant details directly in the email body rather than linking to external sources or attaching files.
52
+
53
+
The lead maintainer will acknowledge your email within 48 hours and provide an initial response outlining the next steps. The security team will keep you updated on the progress and may request additional details.
0 commit comments