joerghoh commented on code in PR #11:
URL:
https://github.com/apache/sling-org-apache-sling-models-jacksonexporter/pull/11#discussion_r1442114151
##########
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:
For example https://nvd.nist.gov/vuln/detail/CVE-2023-35116 is affecting
jackson-databind up to 2.15.2. Also the list of CVEs affecting 2.14.x and
2.15.x contains 13 entries
(https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&orderBy=CPEURI&keyword=jackson-databind&status=FINAL&startIndex=160),
so I think that an update of jackson-databind on all consumers of the
model-jacksonexporter is warranted.
--
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]