Skip to content

Commit 743b3a1

Browse files
authored
fix(fp): FP per issue #6138 and #6139 (#6140)
1 parent 66798f1 commit 743b3a1

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

generatedSuppressions.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,12 +1273,12 @@
12731273
<packageUrl regex="true">^pkg:maven/org\.springframework\.plugin/spring-plugin-core@.*$</packageUrl>
12741274
<cpe>cpe:/a:vmware:spring</cpe>
12751275
</suppress>
1276-
<suppress base="true">
1277-
<notes><![CDATA[
1278-
FP per issue #5915 - suppress the CVE only to avoid clash when cpe:/a:vmware:spring were to get broader use
1279-
]]></notes>
1280-
<packageUrl regex="true">^pkg:maven/org\.springframework(?!\.kafka).*$</packageUrl>
1281-
<cve>CVE-2023-34040</cve>
1276+
<suppress base="true">
1277+
<notes><![CDATA[
1278+
FP per issue #5915 - suppress the CVE only to avoid clash when cpe:/a:vmware:spring were to get broader use
1279+
]]></notes>
1280+
<packageUrl regex="true">^pkg:maven/org\.springframework(?!\.kafka).*$</packageUrl>
1281+
<cve>CVE-2023-34040</cve>
12821282
</suppress>
12831283
<suppress base="true">
12841284
<notes><![CDATA[
@@ -1384,4 +1384,11 @@
13841384
]]></notes>
13851385
<packageUrl regex="true">^pkg:maven/net\.lbruun\.springboot/preliquibase-spring-boot-starter@.*$</packageUrl>
13861386
<cpe>cpe:/a:liquibase:liquibase</cpe>
1387+
</suppress>
1388+
<suppress base="true">
1389+
<notes><![CDATA[
1390+
FP per issue #6138 and #6139
1391+
]]></notes>
1392+
<packageUrl regex="true">^pkg:maven/rubygems/.*@.*$</packageUrl>
1393+
<cpe>cpe:/a:rubygems:rubygems</cpe>
13871394
</suppress>

0 commit comments

Comments
 (0)