-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #203 from mattfarina/update-readme-fuzz
Updating docs for security, fuzz, codeql, gosec
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 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,19 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
The following versions of semver are currently supported: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 3.x | :white_check_mark: | | ||
| 2.x | :x: | | ||
| 1.x | :x: | | ||
|
||
Fixes are only released for the latest minor version in the form of a patch release. | ||
|
||
## Reporting a Vulnerability | ||
|
||
You can privately disclose a vulnerability through GitHubs | ||
[private vulnerability reporting](https://github.com/Masterminds/semver/security/advisories) | ||
mechanism. |