Commit 34ac0db
fix: suppress false positive CVE-2025-59250 for mssql-jdbc (#459)
CVE-2025-59250 is being flagged by Trivy as a HIGH severity vulnerability
in mssql-jdbc 12.10.2.jre8, but this version actually contains the fix.
Evidence:
- Liquibase Secure 5.0.2 upgraded mssql-jdbc from 12.10.1.jre8 to 12.10.2.jre8
- This upgrade explicitly addressed CVE-2025-59250 (DAT-21214)
- Microsoft released mssql-jdbc 12.10.2.jre8 on October 13, 2024 as a security update
- The vulnerability affects versions <12.10.2.jre8
Root cause of false positive:
Trivy's vulnerability database only lists JRE11 variants as fixed versions
and doesn't recognize that the JRE8 variant (12.10.2.jre8) is also patched.
This commit adds .trivyignore to suppress the false positive alert and
allow the Trivy workflow to pass on DockerfileSecure builds.
Related GitHub Security alerts #737, #738, #739 have been dismissed as
false positives with detailed documentation.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent ec95794 commit 34ac0db
1 file changed
+34
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments