From c63b924705ef69504de6474e0b836e9321a3b4b0 Mon Sep 17 00:00:00 2001 From: nirenjan Date: Fri, 6 Mar 2026 15:29:31 -0800 Subject: [PATCH] doc: Add security policy and reporting guidelines --- SECURITY.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..198dff8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,9 @@ +# Security Policy + +## Reporting Security Vulnerabiltiies + +You may report a security vulnerability by [creating a new security advisory](https://github.com/nirenjan/libx52/security/advisories/new). + +## Supported Versions + +All security fixes will be made to the `master` branch. Older versions are not supported.