Skip to content

Commit 314624b

Browse files
Merge branch 'main' into docs/post-rename-hygiene
2 parents 2435b20 + 0d54dc3 commit 314624b

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,18 @@ repos:
1919
args: ['--maxkb=1024']
2020

2121
# --- A2ML manifest validation ---
22+
# SHA-pinned (neither hook repo cuts tags). Bump by running
23+
# `gh api repos/hyperpolymath/a2ml-pre-commit/commits/main --jq .sha`
24+
# (and the k9 equivalent) and replacing the rev when a refresh is needed.
2225
- repo: https://github.com/hyperpolymath/a2ml-pre-commit
23-
rev: main
26+
rev: cee7b74f1b9c3da521e9d05999552fa4d03b8b28 # main @ 2026-05-22
2427
hooks:
2528
- id: validate-a2ml
2629
name: Validate A2ML manifests
2730

2831
# --- K9 contract validation ---
2932
- repo: https://github.com/hyperpolymath/k9-pre-commit
30-
rev: main
33+
rev: 18bcd863af84d9dea24e14fae5c1f6afa10f6866 # main @ 2026-05-22
3134
hooks:
3235
- id: validate-k9
3336
name: Validate K9 contracts

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)