From 28280533f1e2063a329e786b1d8389bc698062db Mon Sep 17 00:00:00 2001 From: Dean Sharon Date: Sun, 9 Aug 2026 19:26:13 +0200 Subject: [PATCH] chore(docs): remove dead Discussions link and stale version table [#182] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - .github/ISSUE_TEMPLATE/config.yml: drop the "Question or discussion" contact link (github.com/.../discussions) — Discussions is disabled on this repo so every issue submitter was shown a 404-equivalent link. The security-reporting contact link is retained unchanged. - SECURITY.md: delete the hardcoded version table (0.1.x ✅ / <0.1.0 ❌) that contradicted the rolling statement above it and was two minor versions stale at v0.4.0. The rolling statement ("Security fixes are applied to the latest released minor series only; please upgrade to the newest release before reporting.") is self-maintaining and correct. Two of 13 items in #182; the repo homepage slug is being fixed separately. Co-Authored-By: Claude --- .github/ISSUE_TEMPLATE/config.yml | 3 --- SECURITY.md | 5 ----- 2 files changed, 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index a3de8866..85f58f67 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,3 @@ contact_links: - name: Report a security vulnerability url: https://github.com/dean0x/mdscript/security/advisories/new about: Please report security issues privately, not as public issues. See SECURITY.md. - - name: Question or discussion - url: https://github.com/dean0x/mdscript/discussions - about: For usage questions and open-ended discussion, please use Discussions. diff --git a/SECURITY.md b/SECURITY.md index f4c565c2..b4f480a2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -25,11 +25,6 @@ investigate. MDS is pre-1.0. Security fixes are applied to the latest released minor series only; please upgrade to the newest release before reporting. -| Version | Supported | -|---------|-----------| -| 0.1.x | ✅ | -| < 0.1.0 | ❌ | - ## Security model & built-in controls MDS treats template sources, imported modules, and runtime variables as untrusted