From 4b2538863f4d6a86591badce7b4ef4780712ca36 Mon Sep 17 00:00:00 2001 From: hyperpolymath <6759885+hyperpolymath@users.noreply.github.com> Date: Tue, 26 May 2026 09:10:11 +0100 Subject: [PATCH] docs(readme): repair stale badges, version, link and counts - OpenSSF badge URL `panic-attacker` -> `panic-attack` (repo renamed 2026-02-08) - License badge PMPL-1.0 -> MPL-2.0 (finishes 136b38b SPDX migration) - Tests badge 196 -> 402 (actual `#[test]` count via grep) - Status block: v2.1.0 -> v2.5.0 (Cargo.toml authoritative), 19k -> 32k SLOC (32,894 by wc -l on src/), tests count harmonised, subcommand count made range-y so it doesn't rot on every new command - ROADMAP link extension .md -> .adoc (the file has always been .adoc; the link was broken) Cosmetic only. No code or workflow changes. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.adoc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.adoc b/README.adoc index f835036..86b6589 100644 --- a/README.adoc +++ b/README.adoc @@ -6,12 +6,12 @@ :toc-placement: preamble :icons: font -image:https://img.shields.io/badge/OpenSSF-Best_Practices-green?logo=opensourcesecurity[OpenSSF Best Practices,link="https://www.bestpractices.dev/en/projects/new?repo_url=https://github.com/hyperpolymath/panic-attacker"] -image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"] +image:https://img.shields.io/badge/OpenSSF-Best_Practices-green?logo=opensourcesecurity[OpenSSF Best Practices,link="https://www.bestpractices.dev/en/projects/new?repo_url=https://github.com/hyperpolymath/panic-attack"] +image:https://img.shields.io/badge/License-MPL--2.0-blue.svg[License: MPL-2.0,link="https://www.mozilla.org/en-US/MPL/2.0/"] image:https://api.thegreenwebfoundation.org/greencheckimage/github.com[Green Web,link="https://www.thegreenwebfoundation.org/green-web-check/?url=github.com"] image:https://img.shields.io/badge/status-active-green[Status] image:https://img.shields.io/badge/domain-security--analysis-blue[Domain] -image:https://img.shields.io/badge/tests-196%20passing-brightgreen[Tests] +image:https://img.shields.io/badge/tests-402%20passing-brightgreen[Tests] image:https://img.shields.io/badge/languages-49-blue[Languages] **panic-attack** is a multi-language security analysis and stress-testing system. @@ -199,15 +199,15 @@ VeriSimDB remains the foundation dependency for these exports, so every snapshot == Status -Current state: **v2.1.0** +Current state: **v2.5.0** -* 19,000+ lines of Rust + Chapel -* 196 tests +* 32,000+ lines of Rust + Chapel +* 400+ tests * 0 warnings -* 22 CLI subcommands +* 25+ CLI subcommands * 49 supported languages -See link:ROADMAP.md[ROADMAP.md] for full capability breakdown and milestones. +See link:ROADMAP.adoc[ROADMAP.adoc] for full capability breakdown and milestones. ---