Skip to content

Commit

Permalink
Suppress libthrift positive since our use is client only (#2825)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta authored and paulparkinson committed Mar 29, 2021
1 parent 4932d0c commit d056940
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 d056940

Please sign in to comment.