From 9dfbe67c742a40ed055104b4b96250a13a48c940 Mon Sep 17 00:00:00 2001 From: Paul Mueller Date: Thu, 18 Jun 2026 15:52:25 -0400 Subject: [PATCH] Revise security policy for supported versions and reporting Updated the security policy to reflect supported versions and reporting guidelines. --- SECURITY.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..06bcf12 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 0.9.x | :white_check_mark: | +| < 0.9 | :x: | + +## Reporting a Vulnerability + +Please report security vulnerabilities through [GitHub's private vulnerability reporting](https://github.com/blacklanternsecurity/blasthttp/security/advisories/new). + +Do not open a public issue for security vulnerabilities. + +You can expect an initial response within 72 hours. We will keep you updated on the fix timeline and coordinate disclosure with you before any public release.