Skip to content

Bump jackson-databind 2.22.0 → 2.22.1 (GHSA-5jmj-h7xm-6q6v)#151

Merged
bernardladenthin merged 1 commit into
mainfrom
claude/llm-wiki-architecture-plan-0nvriu
Jul 17, 2026
Merged

Bump jackson-databind 2.22.0 → 2.22.1 (GHSA-5jmj-h7xm-6q6v)#151
bernardladenthin merged 1 commit into
mainfrom
claude/llm-wiki-architecture-plan-0nvriu

Conversation

@bernardladenthin

Copy link
Copy Markdown
Owner

Summary

  • OSV-Scanner's push-triggered scan of the main merge of Remove relocation stub from active reactor + repo-wide URL cleanup #149 flagged a real, fixable finding: com.fasterxml.jackson.core:jackson-databind 2.22.0 is affected by GHSA-5jmj-h7xm-6q6v (CVSS 5.3, Medium), fixed in 2.22.1. It showed up against both srcmorph/pom.xml (transitively, via net.ladenthin:llama:5.0.6) and srcmorph-cli/pom.xml (direct compile dependency).
  • Bumped the single jackson.version property in the parent pom.xml (2.22.0 → 2.22.1) — both jackson-databind and jackson-dataformat-yaml in the parent's dependencyManagement derive from it, so this closes the finding for both artifacts in one place. srcmorph-cli/pom.xml does not redeclare the property (per its own existing comment), so no other file needed a change.
  • Added a CHANGELOG.md entry under [Unreleased].

Test plan

  • mvn -pl srcmorph-cli -am dependency:tree -Dincludes=com.fasterxml.jackson.core:jackson-databind — confirms 2.22.1 resolves in both srcmorph and srcmorph-cli
  • mvn clean verify from repo root — BUILD SUCCESS (all 3 modules: srcmorph, srcmorph-cli, srcmorph-maven-plugin)
  • CI green on this branch (pending)

Related issues / PRs

Follow-up to #149 — fixes the OSV-Scanner finding surfaced on main after that merge.

Checklist

  • I have read CONTRIBUTING.md and CODE_OF_CONDUCT.md
  • My commits follow Conventional Commits
  • No security-sensitive changes (this change fixes a flagged vulnerability)

Generated by Claude Code

OSV-Scanner flagged jackson-databind 2.22.0 (CVSS 5.3, Medium) in
srcmorph/pom.xml and srcmorph-cli/pom.xml after the main branch merge of
the relocation-stub removal. jackson.version is pinned once in the
parent's dependencyManagement (both jackson-databind and
jackson-dataformat-yaml derive from it), so bumping it there closes the
finding for both modules in one place.
@bernardladenthin
bernardladenthin merged commit a576e10 into main Jul 17, 2026
8 of 14 checks passed
@bernardladenthin
bernardladenthin deleted the claude/llm-wiki-architecture-plan-0nvriu branch July 17, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants