Skip to content

Commit ce1917f

Browse files
authored
[Doc] Create a vulnerability management team (#9925)
Signed-off-by: Russell Bryant <[email protected]>
1 parent e512f76 commit ce1917f

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
If you believe you have found a security vulnerability in vLLM, we encourage you to let us know right away. We will investigate all legitimate reports and do our best to quickly fix the problem.
66

7-
Please report security issues privately using [the vulnerability submission form](https://github.com/vllm-project/vllm/security/advisories/new).
7+
Please report security issues privately using [the vulnerability submission form](https://github.com/vllm-project/vllm/security/advisories/new). Reports will then be triaged by the [vulnerability management team](https://docs.vllm.ai/contributing/vulnerability_management/).
88

99
---
1010

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Vulnerability Management
2+
3+
## Reporting Vulnerabilities
4+
5+
As mentioned in the [security
6+
policy](https://github.com/vllm-project/vllm/tree/main/SECURITY.md), security
7+
vulnerabilities may be reported privately to the project via
8+
[GitHub](https://github.com/vllm-project/vllm/security/advisories/new).
9+
10+
## Vulnerability Management Team
11+
12+
Once a vulnerability has been reported to the project, the Vulnerability
13+
Management Team (VMT) is responsible for managing the vulnerability. The VMT is
14+
responsible for:
15+
16+
- Triaging the vulnerability.
17+
- Coordinating with reporters and project maintainers on vulnerability analysis
18+
and resolution.
19+
- Drafting of security advisories for confirmed vulnerabilities, as appropriate.
20+
- Coordination with project maintainers on a coordinated release of the fix and
21+
security advisory.
22+
23+
### Security Advisories
24+
25+
Advisories are published via GitHub through the same system used to report
26+
vulnerabilities. More information on the process can be found in the [GitHub
27+
documentation](https://docs.github.com/en/code-security/security-advisories/working-with-repository-security-advisories/about-repository-security-advisories).
28+
29+
### Team Members
30+
31+
We prefer to keep all vulnerability-related communication on the security report
32+
on GitHub. However, if you need to contact the VMT directly for an urgent issue,
33+
you may contact the following individuals:
34+
35+
- Simon Mo - [email protected]
36+
- Russell Bryant - [email protected]
37+
38+
## Slack Discussion
39+
40+
You may use the `#security` channel in the [VLLM Slack](https://slack.vllm.ai)
41+
to discuss security-related topics. However, please do not disclose any
42+
vulnerabilities in this channel. If you need to report a vulnerability, please
43+
use the GitHub security advisory system or contact a VMT member privately.

docs/source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ contributing/overview
169169
contributing/profiling/profiling_index
170170
contributing/dockerfile/dockerfile
171171
contributing/model/index
172+
contributing/vulnerability_management
172173
```
173174

174175
# Indices and tables

0 commit comments

Comments
 (0)