-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/1.x' into PaasNFSBugfix
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,21 @@ | |
|
||
## Reporting a Vulnerability | ||
|
||
If you think that you have found a security issue, | ||
don’t use the bug tracker and don’t publish it publicly. | ||
Instead, all security issues must be reported via 📫 to [[email protected]](mailto:[email protected]). | ||
If you think that you have found a security issue, | ||
don’t use the bug tracker and don’t publish it publicly. | ||
Instead, all security issues must be reported via a private vulnerability report. | ||
|
||
Please follow the [instructions](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability) to submit a private report. | ||
|
||
|
||
## Resolving Process | ||
Every submitted security issue is handled with top priority by following these steps: | ||
Every submitted security issue is handled with top priority by following these steps: | ||
|
||
1. Confirm the vulnerability | ||
2. Determine the severity | ||
3. Contact reporter | ||
4. Work on a patch | ||
5. Get a CVE identification number (may be done by the reporter or a security service provider) | ||
6. Patch reviewing | ||
6. Patch reviewing | ||
7. Tagging a new release for supported versions | ||
8. Publish security announcement | ||
8. Publish security announcement |