From 9c9de0e0950fac23b2511f9c2fb15b4590096128 Mon Sep 17 00:00:00 2001 From: Matthew Jackson <1085847+MattJackson@users.noreply.github.com> Date: Sun, 9 Aug 2026 22:08:22 -0700 Subject: [PATCH] Carry the same licence and community files as the other repos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These are eight public repos that ship one product on one version, and they had drifted: freemkv-engine carried no LICENSE at all (GitHub reported its licence as none), two crates had no code of conduct, four had no contributing guide, and none had a security policy — so there was no private route to report a vulnerability in a disc-decryption tool. SECURITY.md names GitHub Security Advisories on each repo rather than an address, so there is nothing to keep in sync and no inbox to go stale. --- SECURITY.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..f516f5c --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,22 @@ +# Security Policy + +## Supported versions + +| Version | Supported | +| ------- | --------- | +| 1.6.x | Yes | +| < 1.6 | No | + +Only the current 1.6.x line receives security fixes. + +## Reporting a vulnerability + +Report vulnerabilities privately through GitHub Security Advisories: +https://github.com/freemkv/libfreemkv/security/advisories/new + +Do not open a public issue for a security report. Include the affected +version, steps to reproduce, and the impact you believe the issue has. + +## Response time + +You will get an initial response within 7 days.