Skip to content

Commit

Permalink
fix(fp): fixes FP #6016 (#6290)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Dec 13, 2023
1 parent 0b56fb3 commit 58d8c2a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/src/main/resources/dependencycheck-base-suppression.xml
Expand Up @@ -2868,6 +2868,13 @@
<packageUrl regex="true">^pkg:maven/com\.vaadin\.(addon|external|flow\.ai).*$</packageUrl>
<cpe>cpe:/a:vaadin:vaadin</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per #6016
]]></notes>
<packageUrl regex="true">^pkg:maven/com\.vaadin\.flow\.ai.*$</packageUrl>
<cpe>cpe:/a:vaadin:flow</cpe>
</suppress>
<suppress base="true">
<notes><![CDATA[
FP per #5155 #5153 #4180 #4188 #4189 #4190 #2651 #2191
Expand Down

0 comments on commit 58d8c2a

Please sign in to comment.