pjfanning commented on PR #40933: URL: https://github.com/apache/spark/pull/40933#issuecomment-1521846016
@srowen [CVE-2022-1471](https://nvd.nist.gov/vuln/detail/CVE-2022-1471) is a snakeyaml CVE and you can upgrade snakeyaml explicitly without upgrading jackson. Jackson 2.15 applies limits on the JSON inputs it parses. It is probably not a good idea to use Jackson 2.15 without supporting overrides for these limits. See [SPARK-42854](https://issues.apache.org/jira/browse/SPARK-42854). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
