Skip to content

Commit

Permalink
Merge pull request #3431 from Marx314/this_is_not_the_spring-boot-sta…
Browse files Browse the repository at this point in the history
…rter-amqp-youre_looking_for

Fix 3430 regarding FP on spring-boot-starter-amqp
  • Loading branch information
jeremylong committed Jun 10, 2021
2 parents b5a5c73 + b549a19 commit 51bf85f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3142,6 +3142,14 @@
<gav regex="true">^org\.springframework\.boot:spring-boot-starter-data-mongodb:.*$</gav>
<cpe>cpe:/a:mongodb:mongodb</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
file name: spring-boot-starter-amqp-2.5.0.jar
]]></notes>
<packageUrl regex="true">^pkg:maven/org\.springframework\.boot/spring\-boot\-starter\-amqp@.*$</packageUrl>
<cpe>cpe:/a:pivotal_software:rabbitmq</cpe>
<cpe>cpe:/a:pivotal_software:spring_boot</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
spring ldap cleanup per issue #1060
Expand Down

0 comments on commit 51bf85f

Please sign in to comment.