Create SECURITY.md for security policy and reporting#1918
Open
ibrahimkhamisalwaia-ops wants to merge 1 commit into
Open
Create SECURITY.md for security policy and reporting#1918ibrahimkhamisalwaia-ops wants to merge 1 commit into
ibrahimkhamisalwaia-ops wants to merge 1 commit into
Conversation
Added a security policy document outlining supported versions and vulnerability reporting.
|
@ibrahimkhamisalwaia-ops please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a SECURITY.md intended to document this repository’s supported versions and the process for reporting vulnerabilities.
Changes:
- Introduces a new
SECURITY.mdsecurity policy document. - Adds sections for “Supported Versions” and “Reporting a Vulnerability” (currently populated with template/example text).
Comment on lines
+5
to
+6
| Use this section to tell people about which versions of your project are | ||
| currently being supported with security updates. |
Comment on lines
+8
to
+13
| | Version | Supported | | ||
| | ------- | ------------------ | | ||
| | 5.1.x | :white_check_mark: | | ||
| | 5.0.x | :x: | | ||
| | 4.0.x | :white_check_mark: | | ||
| | < 4.0 | :x: | |
Comment on lines
+17
to
+21
| Use this section to tell people how to report a vulnerability. | ||
|
|
||
| Tell them where to go, how often they can expect to get an update on a | ||
| reported vulnerability, what to expect if the vulnerability is accepted or | ||
| declined, etc. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added a security policy document outlining supported versions and vulnerability reporting.