Skip to content

Commit b6020d5

Browse files
Snyk 629 (ESAPI#637)
* Antisamy & SLF4J version updates Updating versions of libraries as recommended by snyk in PRs 636 and 628. * Adding SNYK ignore file Adding configuration file for the snyk service to allow certain dependency updates to be ignored. Currently, the only listed dependency cannot be updated in ESAPI without also updating the library to Java 8, which will require a 6 month notification to the community before implementing.
1 parent 4766aee commit b6020d5

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.snyk

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2+
version: v1.14.0
3+
ignore:
4+
SNYK-JAVA-COMMONSIO-1277109:
5+
- commons-io:commons-io:
6+
reason: ESAPI cannot upgrade past the current commons-io version and still maintain Java 7 compatibility
7+
expires: '2025-12-30T00:00:00.000Z'

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
<dependency>
238238
<groupId>org.owasp.antisamy</groupId>
239239
<artifactId>antisamy</artifactId>
240-
<version>1.6.3</version>
240+
<version>1.6.4</version>
241241
<exclusions>
242242
<!-- excluded because we pick up much newer version -->
243243
<exclusion>
@@ -249,7 +249,7 @@
249249
<dependency>
250250
<groupId>org.slf4j</groupId>
251251
<artifactId>slf4j-api</artifactId>
252-
<version>1.7.30</version>
252+
<version>1.7.31</version>
253253
</dependency>
254254
<dependency>
255255
<groupId>xml-apis</groupId>

0 commit comments

Comments
 (0)