Skip to content

Commit

Permalink
fix(fp): fixes FP jeremylong#6016
Browse files Browse the repository at this point in the history
  • Loading branch information
ZheSun88 committed Dec 13, 2023
1 parent f14e0f9 commit 8bfce9e
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 8bfce9e

Please sign in to comment.