|
| 1 | +# Security Policy |
| 2 | + |
| 3 | +## Supported Versions |
| 4 | + |
| 5 | +We release patches for security vulnerabilities for the following versions: |
| 6 | + |
| 7 | +| Version | Supported | |
| 8 | +| ------- | ------------------ | |
| 9 | +| 1.x | :white_check_mark: | |
| 10 | + |
| 11 | +## Reporting a Vulnerability |
| 12 | + |
| 13 | +We take the security of `@crashbytes/react-version-compare` seriously. If you believe you have found a security vulnerability, please report it to us as described below. |
| 14 | + |
| 15 | +**Please do not report security vulnerabilities through public GitHub issues.** |
| 16 | + |
| 17 | +Instead, please report them via email to: **security@crashbytes.com** |
| 18 | + |
| 19 | +You should receive a response within 48 hours. If for some reason you do not, please follow up via email to ensure we received your original message. |
| 20 | + |
| 21 | +Please include the following information in your report: |
| 22 | + |
| 23 | +- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.) |
| 24 | +- Full paths of source file(s) related to the manifestation of the issue |
| 25 | +- The location of the affected source code (tag/branch/commit or direct URL) |
| 26 | +- Any special configuration required to reproduce the issue |
| 27 | +- Step-by-step instructions to reproduce the issue |
| 28 | +- Proof-of-concept or exploit code (if possible) |
| 29 | +- Impact of the issue, including how an attacker might exploit it |
| 30 | + |
| 31 | +This information will help us triage your report more quickly. |
| 32 | + |
| 33 | +## Preferred Languages |
| 34 | + |
| 35 | +We prefer all communications to be in English. |
| 36 | + |
| 37 | +## Security Update Process |
| 38 | + |
| 39 | +When we receive a security bug report, we will: |
| 40 | + |
| 41 | +1. Confirm the problem and determine affected versions |
| 42 | +2. Audit code to find any similar problems |
| 43 | +3. Prepare fixes for all supported versions |
| 44 | +4. Release new security patch versions as soon as possible |
| 45 | + |
| 46 | +## Comments on This Policy |
| 47 | + |
| 48 | +If you have suggestions on how this process could be improved, please submit a pull request. |
0 commit comments