dongjoon-hyun opened a new pull request, #58677:
URL: https://github.com/apache/spark/pull/58677

   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade FasterXML Jackson to 2.22.2.
   
   ### Why are the changes needed?
   
   Jackson 2.22.2 is the latest patch release on the 2.22 line and includes 
several security fixes.
   
   - 
https://github.com/FasterXML/jackson-databind/releases/tag/jackson-databind-2.22.2
 (2026-08-16)
     - [CVE-2026-68497] Add `StreamReadConstraints` number length constraint to 
`XMLGregorianCalendar` and `Duration`
     - [CVE-2026-19032] Limit the supported URL schemes for 
`java.nio.file.Path` deserialization
     - [CVE-2026-83557] Add `java.lang.Comparable` in set of "unsafe" 
polymorphic base types
   - https://github.com/FasterXML/jackson-core/releases/tag/jackson-core-2.22.2 
(2026-08-16)
     - [CVE-2026-68498] Enforce `maxNameLength` incrementally in 
`ReaderBasedJsonParser`
     - [GHSA-2c4j-63jj-9fqr] Fix `maxDocumentLength` bypass in async parser 
single-`feedInput()` case
   
   `jackson-annotations` stays at 2.22 as referenced by `jackson-bom` 2.22.2.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No.
   
   ### How was this patch tested?
   
   Pass the CIs.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Fable 5.1


-- 
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]

Reply via email to