smiklosovic commented on code in PR #4602:
URL: https://github.com/apache/cassandra/pull/4602#discussion_r2772073546
##########
.build/owasp/dependency-check-suppressions.xml:
##########
@@ -43,26 +43,9 @@
<cve>CVE-2025-58057</cve>
</suppress>
- <!-- https://issues.apache.org/jira/browse/CASSANDRA-19142 -->
- <!-- https://issues.apache.org/jira/browse/CASSANDRA-20412 -->
+ <!-- https://issues.apache.org/jira/browse/CASSANDRA-21159 -->
<suppress>
- <packageUrl
regex="true">^pkg:maven/ch\.qos\.logback/logback\-core@.*$</packageUrl>
- <cve>CVE-2023-6378</cve>
- <cve>CVE-2023-6481</cve>
- <cve>CVE-2024-12798</cve>
- <cve>CVE-2024-12801</cve>
- </suppress>
- <suppress>
- <packageUrl
regex="true">^pkg:maven/ch\.qos\.logback/logback\-classic@.*$</packageUrl>
- <cve>CVE-2023-6378</cve>
- <cve>CVE-2023-6481</cve>
- <cve>CVE-2024-12798</cve>
- <cve>CVE-2024-12801</cve>
- </suppress>
-
- <!-- https://issues.apache.org/jira/browse/CASSANDRA-20024 -->
Review Comment:
lucene does not need to be there anymore, interesting ...
also the reason I am doing it like this is that there will be a comment
added into .snyk with that very specific jira ticket where suppression was
decided (21159)
--
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]