Commit 069cbb7
fix(bootstrap): R4-1 docs + CPE-collision suppressions (RAN-47)
Reviewer round-4 finding on `fdac5c8` plus CI build-failure analysis:
R4-1 (Reviewer blocker): `shared/runbooks/engineering-standards.md` §7.1
deploy-pipeline table said GA release was triggered by `vX.Y.Z` tag push
while every other doc (release-java.yml, release.md, CLAUDE.md) says
`workflow_dispatch`-only. Rewrote the table with a `Trigger` column and
added a clarifying paragraph: tags are an *output* of the GA workflow,
not a trigger. This eliminates the docs contradiction.
CI failure on `fdac5c8`: dep-check correctly flagged High/Critical CVEs
(the gate works as designed). Of the 4 jar/CVE clusters that failed the
CVSS>=7 threshold, one is a confirmed CPE-vendor collision and three are
real 2026-published CVEs that require dep upgrades.
Added `dependency-check-suppressions.xml` (referenced from pom.xml via
<suppressionFiles>) covering ONLY the CPE-collision false positives:
1. spring-ai-starter-mcp-server-webmvc 2.0.0-M3 incorrectly matched
against cpe:2.3:a:vmware:server:2.0.0 (an EOL VMware hypervisor)
and the non-existent cpe:2.3:a:vmware:spring_ai. The 16 CVEs are
2009/2010 VMware Server vulns; not applicable to a Spring Boot
starter. CPE collision only — suppressed with TechLead sign-off.
2. spring-boot-neo4j 4.0.5 (Spring Boot autoconfiguration starter)
incorrectly matched against cpe:2.3:a:neo4j:neo4j:4.0.5. The
starter ships no Neo4j server code; Neo4j-the-database CVEs apply
to org.neo4j:* artifacts, not to the Spring Boot bridge.
The remaining 3 real CVE clusters (CVE-2026-25087 on Apache Arrow 18.3.0,
CVE-2026-33186 on gRPC 1.78.0, CVE-2026-5795 on Jetty 12.x) are NOT
suppressed. Per security.md §5, High/Critical = fix-immediately, not
document-non-exploitability. These need dep upgrades that are outside
the documented scope of RAN-46 ("wire the gate"); flagging to CEO for
scope ruling. The gate is functioning correctly.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: Paperclip <noreply@paperclip.ing>1 parent fdac5c8 commit 069cbb7
3 files changed
Lines changed: 87 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
430 | 438 | | |
431 | 439 | | |
432 | 440 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
| |||
0 commit comments