Skip to content

Commit

Permalink
Merge pull request #4583 from hpoettker/spring-cloud-dataflow-rest
Browse files Browse the repository at this point in the history
Suppress FP CPE for Spring Cloud Dataflow REST artifacts
  • Loading branch information
aikebah committed Jun 8, 2022
2 parents 6fd0414 + b014fff commit 69339b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Expand Up @@ -5325,4 +5325,12 @@
<packageUrl regex="true">^pkg:maven/io\.swagger/.*$</packageUrl>
<cpe>cpe:/a:http-swagger_project:http-swagger</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per issues #4581, #4582
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework\.cloud/spring-cloud-dataflow-rest-.*$</packageUrl>
<cpe>cpe:/a:vmware:spring_data_rest</cpe>
<cpe>cpe:/a:pivotal_software:spring_data_rest</cpe>
</suppress>
</suppressions>

0 comments on commit 69339b0

Please sign in to comment.