Skip to content

Commit

Permalink
patch for #1056
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed May 18, 2018
1 parent 35402aa commit b550dbe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2208,6 +2208,13 @@
<gav regex="true">^io\.vertx:vertx-config-kubernetes-configmap:.*$</gav>
<cpe>cpe:/a:kubernetes:kubernetes</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
false positive per #1056
]]></notes>
<gav regex="true">^io\.fabric8:kubernetes-model:.*$</gav>
<cpe>cpe:/a:kubernetes:kubernetes</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
false positive on io.gitlab.arturbosch caused by cpe:/a:gitlab
Expand Down

0 comments on commit b550dbe

Please sign in to comment.