Skip to content

Commit c07fbdf

Browse files
authored
Add SECURITY.md (#688)
* add SECURITY.md * pre-commit
1 parent d347eca commit c07fbdf

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
* @rapidsai/deployment-write
2+
3+
# Ops code owners
4+
/SECURITY.md @rapidsai/ops-codeowners

SECURITY.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# Security
2+
3+
## Reporting Security Issues
4+
5+
> [!WARNING]
6+
> Do not report security vulnerabilities through public GitHub issues!
7+
8+
Instead, please submit a private vulnerability report, see below.
9+
10+
## Reporting a Vulnerability
11+
12+
1. **NVIDIA Vulnerability Disclosure Program (preferred)**
13+
Submit through the NVIDIA Product Security Incident Response Team (PSIRT) web form (<https://www.nvidia.com/en-us/security/report-vulnerability/>)
14+
This is the fastest path to triage and tracking.
15+
16+
2. **Email NVIDIA PSIRT**
17+
`psirt@nvidia.com` — encrypt sensitive reports with the
18+
[NVIDIA PSIRT PGP key](https://www.nvidia.com/en-us/security/pgp-key).
19+
20+
3. **GitHub Private Vulnerability Reporting**
21+
Use the **Security and quality** tab on this repository → _Report a vulnerability_.
22+
23+
## Report Details
24+
25+
We prefer all communications to be in English.
26+
27+
Reports should include the following:
28+
29+
- reproducible example showing how the vulnerability can be exploited
30+
- statement about the impact (including affected versions)
31+
32+
And we'd appreciate if they also include:
33+
34+
- statement about whether you are interested in implementing the fix yourself
35+
36+
## Disclosure Policy
37+
38+
NVIDIA PSIRT will acknowledge receipt and coordinate triage, fix development, and coordinated disclosure.
39+
40+
More on NVIDIA's response process: <https://www.nvidia.com/en-us/security/psirt-policies/>.

0 commit comments

Comments
 (0)