-
Notifications
You must be signed in to change notification settings - Fork 850
Create SECURITY.md #8544
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
Merged
Create SECURITY.md #8544
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,82 @@ | ||
| # Security Policy | ||
|
|
||
| ## Supported Versions | ||
|
|
||
| Only the latest version receives security updates. Users are encouraged to upgrade to the latest stable release. | ||
|
|
||
|
|
||
| ## Reporting a Vulnerability | ||
|
|
||
| We take security seriously and appreciate your efforts to responsibly disclose vulnerabilities. If you believe you have found a vulnerability, please follow the guidelines below to submit a report. | ||
|
|
||
| ### **What to Include in Your Report** | ||
| To help us quickly understand and address the issue, please include the following sections in your report: | ||
|
|
||
| #### 1. **Summary** | ||
| - A brief description of the vulnerability. | ||
|
|
||
| #### 2. **Affected Versions** | ||
| - The version(s) of the project affected by the vulnerability. | ||
| - Example: "Affects versions 3.4.0 to 3.6.23." | ||
|
|
||
| #### 3. **Details** | ||
| - A detailed explanation of the vulnerability, including: | ||
| - How to reproduce the issue (step-by-step instructions). | ||
| - The code or component where the vulnerability exists. | ||
| - The expected vs. actual behavior. | ||
|
|
||
| #### 4. **Proof of Concept (PoC)** | ||
| - Provide a proof of concept to demonstrate the vulnerability. This could be: | ||
| - Code snippets. | ||
| - Screenshots or videos. | ||
| - A minimal reproducible example. | ||
|
|
||
| #### 5. **Patches (if applicable)** | ||
| - If you have a suggested fix or patch, include it in your report. | ||
| - Example: "Sanitize user input using `DOMPurify`." | ||
|
|
||
| #### 6. **Impact** | ||
| - Describe the potential impact of the vulnerability, such as: | ||
| - Remote Code Execution. | ||
| - CSRF. | ||
| - Data exposure. | ||
| - Denial of service. | ||
|
|
||
|
|
||
|
|
||
| ### **What to Expect** | ||
| - **Acknowledgement**: You will receive an acknowledgment of your report within **48 hours**. | ||
| - **Timeline**: We will provide a timeline for investigating and addressing the issue. | ||
| - **Updates**: You will receive regular updates on the progress of the vulnerability resolution. | ||
| - **CVE ID**: If the vulnerability is confirmed, we can help you apply for a CVE ID to formally recognize the issue. | ||
|
|
||
|
|
||
| ### **Out of Scope** | ||
| The following issues are considered out of scope for security reports: | ||
| - Vulnerabilities in outdated or unsupported versions. | ||
| - Issues related to non-security-impacting bugs or feature requests. | ||
| - Vulnerabilities requiring physical access to the device or social engineering. | ||
|
|
||
|
|
||
|
|
||
| ## Security Updates | ||
|
|
||
| We are committed to providing timely security updates for supported versions. Here’s our process: | ||
| 1. **Assessment**: | ||
| - All reported vulnerabilities are assessed for severity and impact. | ||
| 2. **Patch Development**: | ||
| - Patches are developed and tested in a private repository to prevent premature disclosure. | ||
| 3. **Release**: | ||
| - Security patches are released as soon as possible, along with a detailed advisory. | ||
|
|
||
|
|
||
|
|
||
| ## Acknowledgments | ||
|
|
||
| We deeply appreciate the efforts of security researchers and users who help us improve the security of our project. | ||
|
|
||
|
|
||
|
|
||
| ## Contact | ||
|
|
||
| For any questions or concerns regarding security, please contact us at `security@yourproject.com`. | ||
akshay-joshi marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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.
Uh oh!
There was an error while loading. Please reload this page.