UID2-6385/UID2-6481: .trivyignore cleanup — extend CVE-2025-66293, remove CVE-2025-68973#2607
Merged
Merged
Conversation
CVE-2025-66293 (libpng OOB read): extended expiry to 2026-09-15 with an improved comment explaining the Java service does not use libpng's PNG processing API. Fix is available in Alpine 3.23 >= 1.6.53-r0 but the pinned eclipse-temurin image has not yet been rebuilt with it. CVE-2025-68973 (GnuPG OOB write): removed suppression. gnupg 2.4.9-r0 (the patched version) has been in Alpine 3.23 since January 2026 and the pinned image was last rebuilt in May 2026, so the fix is present in the current image. uid2-operator is a pure Java service that does not invoke GnuPG, so this was doubly moot. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
BehnamMozafari
approved these changes
Jun 15, 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
Routine
.trivyignoreexpiry cleanup — both entries expired on 2026-06-15.CVE-2025-66293 (libpng OOB read, HIGH): Extended expiry to 2026-09-15. Fix is available in Alpine 3.23 ≥ 1.6.53-r0 but the pinned
eclipse-temurin:21-jre-alpine-3.23image has not yet been rebuilt with it. Improved comment to clarify uid2-operator is a pure Java service that never invokes libpng's PNG processing API (tracked alongside sibling CVE-2026-25646 which already has a Sep expiry). Jira: UID2-6385.CVE-2025-68973 (GnuPG OOB write, HIGH): Removed suppression.
gnupg 2.4.9-r0(the patched version) has been in Alpine 3.23 since January 2026, and the pinned image was last rebuilt in May 2026 — the fix is present in the current image. uid2-operator is a pure Java service that never invokes GnuPG, making this doubly moot. Jira: UID2-6481.Test plan
🤖 Generated with Claude Code