Skip to content

Update SECURITY.md supported-versions table for 0.5.x Closes #47 - #79

Merged
alphacrack merged 1 commit into
alphacrack:mainfrom
mythizo:mythizo-update-security.md
Aug 18, 2026
Merged

Update SECURITY.md supported-versions table for 0.5.x Closes #47#79
alphacrack merged 1 commit into
alphacrack:mainfrom
mythizo:mythizo-update-security.md

Conversation

@mythizo

@mythizo mythizo commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Update SECURITY.md supported-versions table for 0.5.x

What & why

Updated documentation to reflect the correct supported versions table.

Fixes #

Behavior change

  • User-facing: None — docs only.
  • CLI / API surface: None.
  • Config / env vars: None.
  • Cost / performance: None.

How to review

Single-file change to SECURITY.md. Confirm the new table matches:

Version Supported
0.5.x Yes (current)
0.4.x Security fixes only
< 0.4 No

Test evidence

Checklist

  • [ *] Targets main, and the branch is rebased on current main (diff shows only your files).
  • [ *] Commits are DCO-signed (git commit -s).
  • ruff check src/ tests/ and ruff format --check src/ tests/ clean.
  • mypy src/iac_scanner clean (CI is --strict).
  • Tests added / updated (pytest tests/ -m "not e2e").
  • CHANGELOG.md [Unreleased] updated for user-visible behavior.
  • If this touches prompts in orchestration/tasks.py: PROMPT_VERSION bumped.
  • If this changes cache format: SCHEMA_VERSION in cache.py bumped.
  • [* ] No new runtime deps (or, if added, justified below).

Roll-out notes

…ck#47

Update SECURITY.md supported-versions table for 0.5.x

Signed-off-by: Mythizo <mythizo@proton.me>
@mythizo
mythizo requested a review from alphacrack as a code owner August 15, 2026 20:05
@github-actions github-actions Bot added the area:docs README, CONTRIBUTING, docs/ site, CHANGELOG label Aug 15, 2026

@alphacrack alphacrack left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Approved — CI green (20/20) and docs e2e pass.

Review: Correctly updates the Supported Versions table to 0.5.x current (matches the actual PyPI latest, 0.5.0), demotes 0.4.x to security-fixes-only, and removes the stale past-dated 2026-07-01 row. 1 file, based on current main, no conflicts. Resolves #47.

E2E (docs): CI 20/20 green; SECURITY.md has no trailing whitespace and a proper final newline (passes the repo's pre-commit hooks). Verified the "current" version against PyPI directly.

Thanks, @mythizo — welcome! 🎉

@alphacrack
alphacrack merged commit 7a08cab into alphacrack:main Aug 18, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:docs README, CONTRIBUTING, docs/ site, CHANGELOG

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants