We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 407c220 + 737c9ee commit e6b6219Copy full SHA for e6b6219
sca-overrides/owasp-suppressions.xml
@@ -273,4 +273,13 @@
273
<packageUrl regex="true">^pkg:maven/org\.eclipse\.jgit/org\.eclipse\.jgit.*@6\.10\.1.*$</packageUrl>
274
<cve>CVE-2025-4949</cve>
275
</suppress>
276
+ <suppress>
277
+ <notes><![CDATA[
278
+ file name: elasticsearch-rest-client-8.15.4.jar
279
+
280
+ [WFLY-21079] This CVE is about the server side of the connection, not the client library we depend on.
281
+ ]]></notes>
282
+ <packageUrl regex="true">^pkg:maven/org\.elasticsearch\.client/elasticsearch-rest-client.*@.*$</packageUrl>
283
+ <cve>CVE-2024-52979</cve>
284
+ </suppress>
285
</suppressions>
0 commit comments