From f2b68b56b20ed018bbd1b3950a7cd8ccce2caa39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Carneck=C3=BD?= Date: Mon, 21 Apr 2025 13:20:45 +0200 Subject: [PATCH] Establish a security policy --- CODEOWNERS => .github/CODEOWNERS | 0 SECURITY.md | 10 ++++++++++ 2 files changed, 10 insertions(+) rename CODEOWNERS => .github/CODEOWNERS (100%) create mode 100644 SECURITY.md diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 100% rename from CODEOWNERS rename to .github/CODEOWNERS diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..24670f4 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +## Supported Versions + +Only the latest major version is supported. + +## Reporting a Vulnerability + +If you believe you have found a security vulnerability, let us know right away. +Use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/wereHamster/bytestring/security/advisories/new) tab. -- 2.51.2