Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 942f8f1

Browse files
authored
fix(fp): fixes FP #5925 (#5927)
2 parents 842af7f + dd25c37 commit 942f8f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/dependencycheck-base-suppression.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2863,9 +2863,9 @@
28632863
</suppress>
28642864
<suppress base="true">
28652865
<notes><![CDATA[
2866-
FP per #2191
2866+
FP per #2191 #5925
28672867
]]></notes>
2868-
<packageUrl regex="true">^pkg:maven/com\.vaadin\.(addon|external).*$</packageUrl>
2868+
<packageUrl regex="true">^pkg:maven/com\.vaadin\.(addon|external|flow\.ai).*$</packageUrl>
28692869
<cpe>cpe:/a:vaadin:vaadin</cpe>
28702870
</suppress>
28712871
<suppress base="true">

0 commit comments

Comments
 (0)