From 701f5541a496b61e1c9a0015c14b7feab2039c95 Mon Sep 17 00:00:00 2001 From: John Speed Meyers Date: Sat, 27 Jul 2024 21:13:41 -0400 Subject: [PATCH] Create SECURITY.md file Create a security.md file. This is a first step towards achieving a 10/10 via the Scorecards tool. --- SECURITY.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..68dc803 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 2.x | :white_check_mark: | +| 1.x | :x: | +| 0.x | :x: | + + +## Reporting a Vulnerability + +This repository has private reporting enabled. You can follow [these instructions](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing-information-about-vulnerabilities/privately-reporting-a-security-vulnerability#privately-reporting-a-security-vulnerability) to report a vulnerability to the maintainers of this project. The maintainers will make a best-effort attempt to respond within two weeks.