Skip to content

Commit

Permalink
suppressions.xml updated
Browse files Browse the repository at this point in the history
  • Loading branch information
lumber1000 committed Aug 7, 2024
1 parent 1f6638b commit 50d8688
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions suppressions.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- FIXME: find out approach to solve problem when any artifact with grpc word in name is marked as cpe:/a:grpc:grpc -->
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
<suppress>
<notes><![CDATA[FP per issue https://github.com/jeremylong/DependencyCheck/issues/5829]]>
<suppress base="true">
<notes><![CDATA[FP per issue https://github.com/jeremylong/DependencyCheck/issues/2995]]>
</notes>
<packageUrl regex="true">^pkg:maven/com\.exactpro\.th2/task-utils@.*$</packageUrl>
<cpe>cpe:/a:utils_project:utils</cpe>
<packageUrl regex="true">^pkg:maven/com\.exactpro\.th2/grpc-.*@.*$</packageUrl>
<cpe>cpe:/a:grpc:grpc</cpe>
</suppress>
</suppressions>

0 comments on commit 50d8688

Please sign in to comment.