-
Notifications
You must be signed in to change notification settings - Fork 2.1k
docs: improve vulnerability reporting guide #1128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+68
−27
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,26 +1,58 @@ | ||
| <!-- markdownlint-disable MD041 --> | ||
| ## Security | ||
|
|
||
| NVIDIA is dedicated to the security and trust of our software products and services, including all source code repositories managed through our organization. | ||
| NVIDIA is dedicated to the security and trust of its software products and services, including all source code repositories managed through our organization. | ||
|
|
||
| If you need to report a security issue, please use the appropriate contact points outlined below. **Please do not report security vulnerabilities through GitHub.** If a potential security issue is inadvertently reported via a public issue or pull request, NVIDIA maintainers may limit public discussion and redirect the reporter to the appropriate private disclosure channels. | ||
| If you need to report a security issue, use the appropriate contact points outlined below. | ||
| **DO NOT report security vulnerabilities through public GitHub issues or pull requests.** | ||
| If a potential security issue is inadvertently reported through a public channel, NVIDIA maintainers may limit public discussion and redirect the reporter to the appropriate private disclosure channels. | ||
|
|
||
| ## Reporting Potential Security Vulnerability in an NVIDIA Product | ||
| ## How to Report a Vulnerability | ||
|
|
||
| To report a potential security vulnerability in any NVIDIA product: | ||
| Report a potential security vulnerability in NemoClaw or any NVIDIA product through one of the following channels. | ||
|
|
||
| - Web: [Security Vulnerability Submission Form](https://www.nvidia.com/object/submit-security-vulnerability.html) | ||
| - E-Mail: <psirt@nvidia.com> | ||
| - We encourage you to use the following PGP key for secure email communication: [NVIDIA public PGP Key for communication](https://www.nvidia.com/en-us/security/pgp-key) | ||
| - Please include the following information: | ||
| - Product/Driver name and version/branch that contains the vulnerability | ||
| - Type of vulnerability (code execution, denial of service, buffer overflow, etc.) | ||
| - Instructions to reproduce the vulnerability | ||
| - Proof-of-concept or exploit code | ||
| - Potential impact of the vulnerability, including how an attacker could exploit the vulnerability | ||
| ### NVIDIA Vulnerability Disclosure Program | ||
|
|
||
| While NVIDIA currently does not have a bug bounty program, we do offer acknowledgement when an externally reported security issue is addressed under our coordinated vulnerability disclosure policy. Please visit our [Product Security Incident Response Team (PSIRT)](https://www.nvidia.com/en-us/security/psirt-policies/) policies page for more information. | ||
| Submit a report through the [NVIDIA Vulnerability Disclosure Program](https://www.nvidia.com/en-us/security/report-vulnerability/). | ||
| This is the preferred method for reporting security concerns across all NVIDIA products. | ||
|
|
||
|
|
||
| Send an encrypted email to [psirt@nvidia.com](mailto:psirt@nvidia.com). | ||
| Use the [NVIDIA public PGP key](https://www.nvidia.com/en-us/security/pgp-key) to encrypt the message. | ||
|
|
||
| ### GitHub Private Vulnerability Reporting | ||
|
|
||
| You can use [GitHub's private vulnerability reporting](https://docs.github.com/en/code-security/how-tos/report-and-fix-vulnerabilities/configure-vulnerability-reporting/configuring-private-vulnerability-reporting-for-a-repository) to submit a report directly on this repository. | ||
| Navigate to the **Security** tab and select **Report a vulnerability**. | ||
|
|
||
| ## What to Include | ||
|
|
||
| Provide as much of the following information as possible: | ||
|
|
||
| - Product name and version or branch that contains the vulnerability. | ||
| - Type of vulnerability (code execution, denial of service, buffer overflow, privilege escalation, etc.). | ||
| - Step-by-step instructions to reproduce the vulnerability. | ||
| - Proof-of-concept or exploit code. | ||
| - Potential impact, including how an attacker could exploit the vulnerability. | ||
|
|
||
| Detailed reports help NVIDIA evaluate and address issues faster. | ||
|
|
||
| ## What to Expect | ||
|
|
||
| NVIDIA's Product Security Incident Response Team (PSIRT) triages all incoming reports. | ||
| After submission: | ||
|
|
||
| 1. NVIDIA acknowledges receipt and begins analysis. | ||
| 2. NVIDIA validates the report and determines severity. | ||
| 3. NVIDIA develops and tests corrective actions. | ||
| 4. NVIDIA publishes a security bulletin and releases a fix. | ||
|
|
||
| Visit the [PSIRT Policies](https://www.nvidia.com/en-us/security/) page for details on timelines and acknowledgement practices. | ||
|
|
||
| While NVIDIA does not currently have a public bug bounty program, we do offer acknowledgement when an externally reported security issue is addressed under our coordinated vulnerability disclosure policy. | ||
|
|
||
| ## NVIDIA Product Security | ||
|
|
||
| For all security-related concerns, please visit NVIDIA's Product Security portal at <https://www.nvidia.com/en-us/security> | ||
| For security bulletins, PSIRT policies, and all security-related concerns, visit the [NVIDIA Product Security](https://www.nvidia.com/en-us/security/) portal. | ||
| Subscribe to notifications on that page to receive alerts when new bulletins are published. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add the required SPDX header block at the top of this Markdown file.
This file is missing the required SPDX copyright and license header in HTML comment form.
Proposed fix
As per coding guidelines,
**/*.{js,cjs,mjs,ts,tsx,sh,md}files must include SPDX headers and Markdown files must use HTML comments.📝 Committable suggestion
🤖 Prompt for AI Agents