fix: upgrade dependencies to resolve critical and high security vulnerabilities#59
Merged
xaviaracil merged 4 commits intoMay 21, 2026
Merged
Conversation
…rabilities Addresses 30 of 45 Snyk-reported vulnerabilities (1 critical, 18 high) by upgrading direct and transitive dependency versions: - BouncyCastle 1.80 -> 1.84 (1 critical + 2 high) - Netty BOM -> 4.1.133.Final (10 high) - Jackson 2.18.3 -> 2.18.7 (2 high) - Log4j 2.23.1 -> 2.25.3 (best available) - commons-lang3 -> 3.18.0 (1 high) - bitcoinj-core -> 0.17.1 (1 high) - json-smart -> 2.4.9 (1 high) - com.upokecenter:cbor -> 4.5.2 (1 high) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…lnerabilities Fixes CVE-2026-34478 (log injection in Rfc5424Layout), CVE-2026-34479 and CVE-2026-34480 (encoding issues in XmlLayout). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
xaviaracil
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pom.xmlto resolve 34 of 45 Snyk-reported security vulnerabilities, including all 1 critical and 21 of 22 high-severity issuesjnr-posixlicense compliance issue (EPL/GPL/LGPL) requiring legal review, not a code fixDependency Upgrades
org.bouncycastle:bcprov-jdk18onorg.bouncycastle:bcpkix-jdk18onio.netty:netty-bomcom.fasterxml.jackson.core:jackson-databindorg.apache.logging.log4j:log4j-*org.apache.commons:commons-lang3org.bitcoinj:bitcoinj-corenet.minidev:json-smartcom.upokecenter:cborTest plan
mvn clean test— all modules build and passsnyk test --file=inspector-vc/pom.xml— confirms 0 critical, 1 high (license only), 7 medium, 3 low🤖 Generated with Claude Code