You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update jjwt version and bump Spring version (#870)
* jjwt dependency update
* ci: upgrade org.owasp.dependencycheck to 12.2.2
Fixes CI failure caused by CVE-2026-6785/6786 whose NVD reference URLs
exceed the VARCHAR(1000) column limit in the plugin's H2 database schema.
* fix: enforce agent-before-pod codegen order to preserve SystemApi health methods
* Update build.gradle
* ci: set failOnError=false on dependencyCheck to tolerate OWASP 12.2.2 JAR analysis bugs
* ci: force commons-lang3/commons-io/slf4j/guava in buildSrc to fix OWASP classloader conflicts
* chore(deps): bump Spring Boot/log4j/netty/handlebars to clear CVE-gated scan
Bumps in symphony-bdk-bom so dependencyCheckAggregate stays under the
CVSS-5 fail gate now that OWASP 12.2.2 analysis runs to completion:
- spring-boot-dependencies 3.5.11 -> 3.5.14 (pulls spring-framework
6.2.18, spring-security 6.5.10, tomcat-embed 10.1.54)
- log4j-bom 2.24.2 -> 2.26.0
- netty-bom 4.1.133.Final added to override Spring Boot's 4.1.132
(still vulnerable to CVE-2026-41417)
- handlebars 4.3.1 -> 4.5.1 (picks up commons-lang3 3.18.0 fix for
CVE-2025-48924)
Adds two narrow allow-list.xml suppressions for known false positives:
kotlin-stdlib CVE-2020-29582 (fixed in 1.4.21; CPE overmatches all
1.x) and the handlebars-v4.7.7.js bundled-resource CVEs (JS engine
not used by symphony-bdk-template-handlebars).
* ci: remove failOnError=false now that OWASP analyzer crash is fixed
The buildSrc classloader fix (f337ba6) made the analyzer run to
completion, so the tolerance flag added in 95c8f79 is no longer
needed. Reverting to the default (true) so a future analyzer
regression fails loudly instead of silently passing with an
incomplete report.
0 commit comments