Skip to content

Commit 4b25388

Browse files
hyperpolymathclaude
andcommitted
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) <noreply@anthropic.com>
1 parent caa407f commit 4b25388

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.adoc

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
:toc-placement: preamble
77
:icons: font
88

9-
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"]
10-
image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"]
9+
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"]
10+
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/"]
1111
image:https://api.thegreenwebfoundation.org/greencheckimage/github.com[Green Web,link="https://www.thegreenwebfoundation.org/green-web-check/?url=github.com"]
1212
image:https://img.shields.io/badge/status-active-green[Status]
1313
image:https://img.shields.io/badge/domain-security--analysis-blue[Domain]
14-
image:https://img.shields.io/badge/tests-196%20passing-brightgreen[Tests]
14+
image:https://img.shields.io/badge/tests-402%20passing-brightgreen[Tests]
1515
image:https://img.shields.io/badge/languages-49-blue[Languages]
1616

1717
**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
199199

200200
== Status
201201

202-
Current state: **v2.1.0**
202+
Current state: **v2.5.0**
203203

204-
* 19,000+ lines of Rust + Chapel
205-
* 196 tests
204+
* 32,000+ lines of Rust + Chapel
205+
* 400+ tests
206206
* 0 warnings
207-
* 22 CLI subcommands
207+
* 25+ CLI subcommands
208208
* 49 supported languages
209209

210-
See link:ROADMAP.md[ROADMAP.md] for full capability breakdown and milestones.
210+
See link:ROADMAP.adoc[ROADMAP.adoc] for full capability breakdown and milestones.
211211

212212
---
213213

0 commit comments

Comments
 (0)