diff options
| author | Christian Cleberg <[email protected]> | 2026-03-16 13:35:17 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-16 13:35:17 -0500 |
| commit | d27726d8755a5631fbd2105f735811a95379c4ab (patch) | |
| tree | dd82ee8952b0695e040838bc4f3f4efa381abd56 | |
| parent | d34dba19572ece92ceaf7ea87769738fa17b1bea (diff) | |
| download | hutch-d27726d8755a5631fbd2105f735811a95379c4ab.tar.gz hutch-d27726d8755a5631fbd2105f735811a95379c4ab.tar.bz2 hutch-d27726d8755a5631fbd2105f735811a95379c4ab.zip | |
create SECURITY.md file
| -rw-r--r-- | SECURITY.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..b7e2b73 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,33 @@ +# Security Policy + +## Supported Versions + +This section outlines which versions of the project are currently receiving +security updates. + +| Version | Supported | +| ------- | ------------------ | +| 1.x | :white_check_mark: | +| < 1.0 | :x: | + +## Reporting a Vulnerability + +If you discover a vulnerability, please follow the guidelines below to report +it: + +1. **Submission**: Send your vulnerability report to [[email protected]]. + Please include a detailed description of the issue, steps to reproduce it, + and any relevant context. + +2. **Response Time**: We aim to acknowledge reports within **3 business days**. + You will receive updates on the status of your report throughout the process. + +3. **Acceptance Criteria**: If the vulnerability is confirmed, we will provide + you with an estimated timeline for resolution and keep you informed of any + updates until the issue is resolved. + +4. **Declined Reports**: If a reported vulnerability is deemed invalid or out of + scope, we will notify you of our decision and provide reasoning for the + decline. + +Thank you for helping us improve the security of our project! |
