forked from NVlabs/sionna
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Guillermo Marcus <[email protected]>
- Loading branch information
Showing
5 changed files
with
62 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
## Description | ||
|
||
A clear and concise description of what this pull request does. | ||
|
||
- Fixes a bug? | ||
|
||
Describe what was wrong, and explain the solution in detail. | ||
|
||
- Adds a new feature? | ||
|
||
Describe the new feature, ensure that it is properly documented. Note that for new features unit tests are required. | ||
|
||
- Introduces API changes? | ||
|
||
Address in detail why it is needed. Explain and describe the consequences, does it break older code? Note that API changes might be delayed until a major bump release for inclusion. | ||
|
||
- Other contributions | ||
|
||
Please detail the nature of the submission. | ||
|
||
|
||
## Checklist | ||
|
||
[ ] Detailed description | ||
[ ] Added references to issues and discussions | ||
[ ] Added / modified documentation as needed | ||
[ ] Added / modified unit tests as needed | ||
[ ] Passes all tests | ||
[ ] Lint the code | ||
[ ] Performed a self review | ||
[ ] Ensure you Signed-off the commits. Required to accept contributions! | ||
[ ] Co-authored with someone? Add Co-authored-by: user@domain and ensure they signed off their commits too. |
This file contains 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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Reporting vulnerabilities | ||
|
||
Please email reports about any security related issues you find to `[email protected]`. | ||
|
||
Please use a descriptive subject line for your report email. After the initial reply to your report, the team will endeavor to keep you informed of the progress being made towards a fix and announcement. | ||
|
||
In addition, please include the following information along with your report: | ||
|
||
- Your name and affiliation (if any). | ||
- A description of the technical details of the vulnerabilities. It is very important to let us know how we can reproduce your findings. | ||
- An explanation who can exploit this vulnerability, and what they gain when doing so -- write an attack scenario. This will help us evaluate your report quickly, especially if the issue is complex. | ||
- Whether this vulnerability public or known to third parties. If it is, please provide details. | ||
|
||
If you believe that an existing (public) issue is security-related, please send an email to `[email protected]`. The email should include the issue ID and a short description of why it should be handled according as a security issue. |
This file contains 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 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