networknt / json-schema-validator

A fast Java JSON schema validator that supports draft V4, V6, V7, V2019-09 and V2020-12
Apache License 2.0
859 stars 325 forks source link

Undertow version containing CVEs #1109

Closed Pattern-Projects closed 2 months ago

Pattern-Projects commented 2 months ago

Hello, The latest version of json-schema-validator is inheriting CVEs from the version of undertow in use. Seen here: https://mvnrepository.com/artifact/com.networknt/json-schema-validator/1.5.1 According to comments in the code, higher versions of undertow are not compatible with java 8. <version.undertow>2.2.33.Final</version.undertow> <!-- 2.3.x and above is not Java 8 compatible --> Are there plans to deal with this in any way?

Regards, Pattern

justin-tay commented 2 months ago
Pattern-Projects commented 2 months ago

Thank you for the response @justin-tay, it clarifies things for me. We can manage undertow ourselves in the pom as you described.

Pattern-Projects commented 2 months ago

Closing