Bump jackson-core to 2.18.6 in ferstl-depgraph-dependencies (CVE-2025-52999)#21868
Draft
Copilot wants to merge 3 commits into
Draft
Bump jackson-core to 2.18.6 in ferstl-depgraph-dependencies (CVE-2025-52999)#21868Copilot wants to merge 3 commits into
Copilot wants to merge 3 commits into
Conversation
…-52999) - Update 3 maven-fetches.expected files: jackson 2.14.1→2.18.6, jackson-parent 2.14→2.18.4, oss-parent 48→69, plugin version 4.0.3-CodeQL→4.0.3-CodeQL-2 - Update 2 diagnostics.expected files: plugin version reference 4.0.3-CodeQL→4.0.3-CodeQL-2 - Add update-ferstl-depgraph-dependencies.sh auto-update script
Copilot
AI
changed the title
[WIP] Update jackson-core to version 2.15.0 for CVE-2025-52999
Bump jackson-core to 2.18.6 in ferstl-depgraph-dependencies (CVE-2025-52999)
May 19, 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.
jackson-core2.14.1 bundled inferstl-depgraph-dependenciesis vulnerable to CVE-2025-52999 (StackOverflowError on deeply nested JSON, fixed in 2.15.0). This updates the companiongithub/codeqlintegration-test expected files to match the rebuilt plugin bundle.Expected file updates
The internal semmle-code companion PR rebuilds
depgraph-maven-pluginwith:2.14.1→2.18.6(fixes CVE; aligns with main CodeQL Java dependency set)4.0.3-CodeQL→4.0.3-CodeQL-2(ensures Maven cache invalidation)jackson-parent2.14→2.18.4,com/fasterxml/oss-parent48→69(transitive POM parents)Updated files:
maven-fetches.expected(×3:buildless-maven,buildless-maven-existing-settings-xml,buildless-maven-mirrorof) — new Jackson/oss-parent paths and plugin coordinatediagnostics.expected(×2:buildless-maven-timeout,buildless-maven-tolerate-unavailable-dependency) — plugin version string in diagnostic messagesAuto-update script
Adds
java/ql/integration-tests/update-ferstl-depgraph-dependencies.shto automate future dependency bumps. The script:ferstl/depgraph-maven-pluginat tagdepgraph-maven-plugin-4.0.3pom.xml(version suffix, Guava, Jackson)mvn package install -DskipTests*.expectedfiles in-placeRequires JDK 17, Maven 3.9.x (not 4.x), git, python3.