[session 1] fix(security): bump hiveops-bom 1.0.8 -> 1.0.9 (tomcat CVE-2026-59083/59084, unblocks cd-develop) #14
Reference in New Issue
Block a user
Delete Branch "fix/bom-1.0.9-tomcat-cve"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Session: 1
Unblocks aria's
cd-develop, which has been red fleet-wide since 2026-07-16 — not caused by the ingest-filter PR (#13).Root cause (diagnosed by reproducing the OWASP gate on the CI runner)
The OWASP Dependency Check step fails on
tomcat-embed-core-10.1.56:CVE-2026-59083(CVSS 9.1)CVE-2026-59084(CVSS 9.1)A newly-published NVD batch; real vulns, so the fix is to upgrade Tomcat, not suppress.
Fix
Bump parent
hiveops-bom1.0.8 → 1.0.9 (one line). bom 1.0.9 pins tomcat 10.1.57 (+ Spring Boot 3.5.16) and is already published to the Gitea Maven registry.Verification (reproduced the exact CI toolchain container +
/opt/owasp-data)tomcat-embed-core-10.1.57.jar, OWASP exit 0, BUILD SUCCESS ✅mvn testgreen locally under Boot 3.5.16 (4/4).Note
Every service still on bom 1.0.8 has the same Tomcat CVE and the same red pipeline — the same one-line parent bump fixes each. Worth a fleet-wide sweep (separate).