v0.6.1: Scale and Complexity Hardening
Release Notes: TorusGuard v0.6.1 — Scale & Complexity Hardening
Release Tag: v0.6.1
Release Date: August 31, 2026
Status: Stable Release (v6 Branch)
🌟 Executive Summary
TorusGuard v0.6.1 hardens the governed remediation and targeted recheck system for large, messier, high-complexity production repositories.
As codebases scale into multi-application monorepos with hundreds of modules, thousands of source files, and mixed framework ecosystems, vulnerability scanners often flood developers with duplicate alerts, unreadable 100-page markdown dumps, and uncoordinated patches.
TorusGuard v0.6.1 introduces:
- Monorepo & Deep-Hierarchy Support: Seamless discovery across multi-app layouts (Django + FastAPI + Flask + Shared Packages) and deeply nested directory structures (8+ levels) in a single unified run folder.
-
Noise Suppression & Vendor Exclusion: Automated filtering of non-actionable paths (
migrations/,node_modules/,dist/,build/,*.min.js,*.pb.go,vendor/) to eliminate false alarms and save compute. -
High-Density Clustering & Collapsing: Successfully collapses 250+ repeated vulnerability alerts into 3 actionable root-cause clusters with module hotspot metrics (
apps/billing,services/uploads). -
Readable Report Guardrails: Automatically applies collapsible
<details>blocks when findings exceed 25 items, ensuring reports remain compact, readable, and token-efficient. -
High-Scale Performance Throughput: Sub-second execution across all dimensions:
- 500 finding fingerprints generated in
$< 0.01\text{s}$ - 500 findings clustered in
$< 0.01\text{s}$ - 1,000-item SARIF v2.1.0 export serialized in
$< 0.01\text{s}$ - 100 targeted rechecks evaluated in
$< 0.12\text{s}$
- 500 finding fingerprints generated in
- Monorepo Patch Governance: Strict boundary checks preventing cross-service automated edits in a single patch.
🧪 Validation & Benchmark Sign-Off
The dedicated scale benchmark runner harness/validate_v6_1_scale.py validates 23/23 scale assertions.
| Benchmark Dimension | Workload Volume | Execution Time | Threshold | Status |
|---|---|---|---|---|
| Fingerprinting & ID Generation | 500 Findings | 0.0043s | PASS | |
| Root-Cause Clustering & Hotspots | 500 Findings | 0.0039s | PASS | |
| SARIF v2.1.0 Serialization | 1,000 Findings | 0.0034s | PASS | |
| Targeted Scoped Rechecks | 100 Endpoints | 0.0961s | PASS |
Read the sign-off report in QA-SUMMARY-v6.1.md.