From f5c86a08514f8b6dcd1f4caf7b9f7afddcf7ab22 Mon Sep 17 00:00:00 2001 From: Ryan Wold Date: Thu, 5 Dec 2024 14:04:49 -0800 Subject: [PATCH] add security file --- 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 000000000..dbca1179e --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,16 @@ +# Security Policy + +## Supported Versions + +Only certain branches are supported with security updates. + +| Version (branch) | Supported | +| ---------------- | ----------- | +| main | :white_check_mark: | +| other | :x: | + +When using this code or reporting vulnerability please be sure to use supported branches and the most recent release. + +## Reporting a Vulnerability + +To report a security vulnerability, see https://www.gsa.gov/vulnerability-disclosure-policy for guidance.