Skip to content

Commit b849038

Browse files
committed
Ignore CVE-2024-38820, as this issue cannot be fixed:
1. fix version is only available in a Spring commercial version 2. the next OSS version requires minimum Java 17 3. Spring is a 'provided' dependency anyway, so not shipped with this library
1 parent 8169606 commit b849038

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,19 @@
164164
</execution>
165165
</executions>
166166
</plugin>
167+
<plugin>
168+
<groupId>org.sonatype.ossindex.maven</groupId>
169+
<artifactId>ossindex-maven-plugin</artifactId>
170+
<configuration>
171+
<excludeVulnerabilityIds>
172+
<!-- Cannot be fixed:
173+
1. fix version is only available in a Spring commercial version
174+
2. the next OSS version requires minimum Java 17
175+
3. Spring is a 'provided' dependency anyway, so not shipped with this library -->
176+
<excludeVulnerabilityId>CVE-2024-38820</excludeVulnerabilityId>
177+
</excludeVulnerabilityIds>
178+
</configuration>
179+
</plugin>
167180
</plugins>
168181
</build>
169182

0 commit comments

Comments
 (0)