You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?