From f0ee4d91619fc7006fae4ddf59ffcb252f030d34 Mon Sep 17 00:00:00 2001 From: Akshita-2307 Date: Fri, 29 May 2026 09:38:30 +0530 Subject: [PATCH] docs: implement standard security policy (#52) --- SECURITY.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..da93c50 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,24 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| latest | :white_check_mark: | + +## Reporting a Vulnerability + +If you discover a security vulnerability within is-one-one, please send an email to the maintainers. All security vulnerabilities will be promptly addressed. + +Please do not report security vulnerabilities through public GitHub issues. + +## Disclosure Policy + +When we receive a security bug report, we will: + +1. Confirm receipt of the vulnerability report +2. Investigate and determine the impact +3. Work on a fix +4. Release the fix and publicly announce the vulnerability + +We appreciate your help in keeping the project secure.