Skip to content

Commit 0a4474d

Browse files
committed
tmp ignore these CVEs until jackson releases the patches: FasterXML/jackson-databind#2410
1 parent fdfb101 commit 0a4474d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,12 @@
279279
</goals>
280280
<configuration>
281281
<rules>
282-
<banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies" />
282+
<banVulnerable implementation="org.sonatype.ossindex.maven.enforcer.BanVulnerableDependencies">
283+
<excludeVulnerabilityIds>
284+
<exclude>fc1e8802-77e5-458f-b987-eb778c6ac2fc</exclude>
285+
<exclude>3242fdc1-bfe9-46a6-af0c-0b8f57f56eb7</exclude>
286+
</excludeVulnerabilityIds>
287+
</banVulnerable>
283288
</rules>
284289
</configuration>
285290
</execution>

0 commit comments

Comments
 (0)