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
The dependency check is now failing with the following CVE on a json-patch dependency from swagger-parser.
[ERROR] One or more dependencies were identified with vulnerabilities that have a CVSS score greater than or equal to '8.0':
[ERROR]
[ERROR] json-patch-1.13.jar: CVE-2021-4279(9.8)
I know this is not the swagger-parser itself, but probably we have to update it to the newer json-patch version.
This version of json-patch is pretty old (27.May.2020), and no newer versions are available :(
So probably swagger-parser should be switched to another, more up-to-date library — see java-json-tools/json-patch#86.
The text was updated successfully, but these errors were encountered:
looks to me like an error in the dependency check. The vulnerability is in a different repo, as you said elsewhere. See also here jeremylong/DependencyCheck#5212
The dependency check is now failing with the following CVE on a
json-patch
dependency fromswagger-parser
.The dependency tree looks like this:
I know this is not the
swagger-parser
itself, but probably we have to update it to the newerjson-patch
version.This version of json-patch is pretty old (27.May.2020), and no newer versions are available :(
So probably
swagger-parser
should be switched to another, more up-to-date library — see java-json-tools/json-patch#86.The text was updated successfully, but these errors were encountered: