Skip to content

[GEODE-10607] Remediation of CVE-2026-49268 - #8033

Merged
JinwooHwang merged 7 commits into
apache:developfrom
JinwooHwang:feature/GEODE-10607
Aug 7, 2026
Merged

[GEODE-10607] Remediation of CVE-2026-49268#8033
JinwooHwang merged 7 commits into
apache:developfrom
JinwooHwang:feature/GEODE-10607

Conversation

@JinwooHwang

Copy link
Copy Markdown
Contributor

Remediation of CVE-2026-49268

For all changes, please confirm:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?
  • Has your PR been rebased against the latest commit within the target branch (typically develop)?
  • Is your initial contribution a single, squashed commit?
  • Does gradlew build run cleanly?
  • Have you written or updated unit tests to verify your changes?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

@JinwooHwang
JinwooHwang merged commit d284679 into apache:develop Aug 7, 2026
14 of 15 checks passed
JinwooHwang added a commit to JinwooHwang/geode that referenced this pull request Aug 25, 2026
The three dependency fixtures claimed snakeyaml 2.3, but the build resolves
2.5, failing verifyAssemblyContents and verifyManifestClassPath in
geode-assembly and geode-server-all.

snakeyaml is not pinned in DependencyConstraints; it arrives transitively via
shiro, so upgrading shiro 2.1.0 -> 3.0.0 in [GEODE-10607] (apache#8033) moved it from
2.3 to 2.5. When that commit was backported the change was mistakenly treated
as unrelated develop drift and the fixtures were left at 2.3.

All three files are now taken from generated build output rather than edited by
hand, so they also pick up the real resolution ordering for the jline, shiro and
bcprov blocks.

Verified:
  :geode-server-all:integrationTest and :geode-assembly:integrationTest
    AssemblyContentsIntegrationTest, GfshDependencyJarIntegrationTest,
    GeodeDependencyJarIntegrationTest, BundledJarsJUnitTest,
    GeodeServerAllJarIntegrationTest  -- 5 tests, 0 failures
  checkPom -- 26 tasks, all passing

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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