Closed Pattern-Projects closed 2 months ago
https://services.nvd.nist.gov/rest/json/cves/2.0?cpeName=cpe:2.3:a:redhat:undertow:2.2.33:-:*:*:*:*:*:*
. Thank you for the response @justin-tay, it clarifies things for me. We can manage undertow ourselves in the pom as you described.
Closing
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