docs(readme): sync two stale counts to ground truth
The test badge still said 577 after two commits that added 65 tests, and the coverage-matrix claim said 126 where CORE_CASES now holds 134 payloads. Both verified by running rather than by reading: pytest reports 642, and len(coverage.CORE_CASES) is 134.
This commit is contained in:
parent
2d5a9cd0c7
commit
f391b2cee3
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
**Write-time ingestion is the trust boundary that query-time guardrails
|
||||
|
|
@ -139,7 +139,7 @@ tier + disposition, emitted to `log.md`).
|
|||
## What it protects against
|
||||
|
||||
Concrete attack classes, grouped by OWASP LLM Top-10 (2025) anchor. Every row is
|
||||
driven by a **live payload** in the coverage matrix — run it to watch all 126 pass
|
||||
driven by a **live payload** in the coverage matrix — run it to watch all 134 pass
|
||||
in your own environment:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue