Skip to content

Extend CVE-2025-59250 trivyignore expiration#492

Merged
jnewton03 merged 1 commit intomainfrom
bugfix/extend-trivyignore-cve-2025-59250-expiration
Feb 23, 2026
Merged

Extend CVE-2025-59250 trivyignore expiration#492
jnewton03 merged 1 commit intomainfrom
bugfix/extend-trivyignore-cve-2025-59250-expiration

Conversation

@jnewton03
Copy link
Copy Markdown
Contributor

Summary

  • Extends the .trivyignore expiration for CVE-2025-59250 from 2026-02-20 to 2026-08-20
  • Updates comments to reflect current mssql-jdbc version (13.2.1.jre11) and Liquibase Secure 5.1.0
  • Fixes Docker vulnerability scan failure on liquibase-secure image (run #22316556674)

Context

The previous expiration date (2026-02-20) passed on Feb 20, causing the Trivy scan to start flagging CVE-2025-59250 again. This is a false positive — Microsoft's mssql-jdbc JAR reports version 13.2.1 in its internal pom.properties, but the actual Maven artifact is 13.2.1.jre11 which contains the fix. Trivy compares 13.2.1 < 13.2.1.jre11 and incorrectly flags it as vulnerable.

References:

Test plan

  • Re-run the Docker vulnerability scan workflow after merge
  • Confirm Scan liquibase/liquibase-secure / vulnerability-scan passes
  • Verify community and alpine scans still pass

🤖 Generated with Claude Code

The previous expiration (2026-02-20) has passed, causing the Docker
vulnerability scan to fail on the liquibase-secure image. The CVE is
still a false positive — Microsoft's mssql-jdbc JAR reports version
13.2.1 in pom.properties but the actual Maven artifact is 13.2.1.jre11
which contains the fix. Updated comments to reflect the current
mssql-jdbc version (13.2.1.jre11) and Liquibase Secure 5.1.0.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jnewton03 jnewton03 self-assigned this Feb 23, 2026
@jnewton03 jnewton03 merged commit 0afae3f into main Feb 23, 2026
2 checks passed
@jnewton03 jnewton03 deleted the bugfix/extend-trivyignore-cve-2025-59250-expiration branch February 23, 2026 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant