kwin commented on code in PR #11:
URL:
https://github.com/apache/sling-org-apache-sling-models-jacksonexporter/pull/11#discussion_r1442127619
##########
pom.xml:
##########
@@ -112,19 +112,19 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.3.2</version>
+ <version>2.16.1</version>
Review Comment:
https://nvd.nist.gov/vuln/detail/CVE-2023-35116 is questionable in this
context (compare with
https://github.com/FasterXML/jackson-databind/issues/3972), also that would
only require 2.16.0 (not 2.16.1), the other ones only apply to much older
versions. According to
https://security.snyk.io/package/maven/com.fasterxml.jackson.core:jackson-databind
the version 2.13.4.1 (from 2022) or newer should be pretty safe.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]