Commit 5cc1cee
authored
chore: release 0.75.11 (#1127)
## Release 0.75.11
### What's new since 0.75.10
- **CWE-aware blast radius** — credentials/tools filtered by
vulnerability impact type (RCE shows full exposure, DoS does not)
- **CWE impact classification engine** — 80 CWE mappings across 8 impact
categories
- **Dependency confusion detection** — flags internal naming patterns
without public registry data
- **Reachability context in SARIF/VEX** — impact_category and
attack_vector_summary in output
- **VEX auto-triage** — availability/client-side vulns in transitive
deps auto-classified as NOT_AFFECTED
- **Proxy detector telemetry** — fire counts, suppression counts, FP
rate tracking, configurable sensitivity
- **CLI polish** — condensed discovery output, orange HIGH severity, CWE
impact in check command, unscored vulns shown
- **README overhaul** — removed redundancy, all 14 frameworks listed, 19
output formats, GPU/K8s/SBOM coverage
- **Supply chain hardening** — hash-pinned pip in all Dockerfiles,
immutable tag protection enabled
- **Dynamic framework count** — COMPLIANCE_FRAMEWORK_COUNT derived from
code, not hardcoded
### Stats
- 88 new tests (6,945 → 7,033)
- 10 PRs merged (#1116-#1126)
- 3 issues closed (#1042, #1120, #567)
- 0 regressions
## Test plan
- [x] 7,033 tests pass
- [x] Release consistency check passes
- [x] Tag protection ruleset active (immutable v* tags)
- [ ] CI validates
- [ ] After merge: tag v0.75.11, PyPI publish, Docker Hub push
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 parent da4a965 commit 5cc1cee
File tree
37 files changed
+55
-55
lines changed- .github/workflows
- deploy
- docker
- helm/agent-bom
- docs
- images
- integrations
- glama
- mcp-registry
- openclaw
- analyze
- compliance
- discover
- enforce
- monitor
- registry
- runtime
- scan-infra
- scan
- troubleshoot
- site-docs
- deployment
- features
- src/agent_bom
- ui/tests
37 files changed
+55
-55
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
187 | | - | |
| 187 | + | |
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments