Skip to content

Commit

Permalink
Suppress libthrift positive since our use is client only (helidon-io#…
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored and aseovic committed Apr 26, 2021
1 parent ae2522d commit b022f15
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions etc/dependency-check-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,16 @@
</suppress>


<!-- Thrift is a transitive dependency of jaeger-client. This CVE is for the RPC server support
in thrift, and according to the jaeger-client project does not apply to the libthrift client
usage in jaeger-client.
-->
<suppress>
<notes><![CDATA[
file name: libthrift-0.13.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.apache\.thrift/libthrift@.*$</packageUrl>
<cve>CVE-2020-13949</cve>
</suppress>

</suppressions>

0 comments on commit b022f15

Please sign in to comment.