kevinjqliu commented on PR #16287: URL: https://github.com/apache/iceberg/pull/16287#issuecomment-4424040731
one consideration is that there is a "unfixable" CVE in main (see #16290) ### Known unfixable | CVE | Modules | Package | Reason | |-----|---------|---------|--------| | CVE-2025-52999 | spark-3.4 | [email protected] | Pinned to 2.14.2 for Spark 3.4 compatibility. Fix requires 2.15.0+. | I think we could add this to a `.trivyignore` list for now. The issue will be resolved once we remove Spark 3.4, which should be **very soon**, right after the 1.11 release. I generally dont like `.trivyignore` as we are purposing ignoring CVEs but for this specific instance, i think its the best path forward -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
