docs(security): address second round of review feedback

- SECURITY.md: add Supported Versions table; reword SLA paragraph as
  a bullet list per reviewer suggestion
- bug_report.yml: render reproduction textarea as shell so commands and
  JSON get syntax highlighting, matching the logs field
- question.yml: add transport and install_method dropdowns mirroring
  bug_report.yml so setup questions capture the same context

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Chris Coutinho
2026-04-29 23:45:25 +02:00
co-authored by Claude Opus 4.7
parent dc820aaa4c
commit bd4921091e
3 changed files with 42 additions and 1 deletions
+16 -1
View File
@@ -1,5 +1,16 @@
# Security Policy
## Supported Versions
Security fixes are issued only against the latest released version. Older
versions do not receive backported patches — please upgrade before reporting,
and confirm the issue still reproduces on the latest release where possible.
| Version | Supported |
|----------|-----------|
| latest | ✅ |
| < latest | ❌ |
## Reporting a Vulnerability
**Please do not report security vulnerabilities through public GitHub issues, discussions, or pull requests.**
@@ -27,4 +38,8 @@ Whichever channel you use, please include as much of the following as you can to
- The version(s) of the project affected
- Any known mitigations or workarounds
We aim to acknowledge within 5 business days and provide a fix or mitigation timeline within 30 days, and will work with you on coordinated disclosure.
We aim to:
- Acknowledge reports within 5 business days.
- Provide a fix or mitigation timeline within 30 days.
- Work with you on coordinated disclosure.