zml1206 opened a new pull request, #57266:
URL: https://github.com/apache/spark/pull/57266

   
   ### What changes were proposed in this pull request?
   This pr upgrade janino from 3.1.9 to 3.1.12.
   
   
   ### Why are the changes needed?
   Janino 3.1.9 and earlier are affected by 
[CVE-2023-33546](https://nvd.nist.gov/vuln/detail/cve-2023-33546), a disputed 
DoS issue where deeply nested user-supplied input can trigger a 
`StackOverflowError` in Janino parser APIs such as 
`ExpressionEvaluator.guessParameterNames`. Although Spark SQL codegen uses 
Janino through `ClassBodyEvaluator` rather than that specific API, upgrading 
removes the vulnerable dependency version reported by dependency scanners and 
picks up Janino's parser/codegen robustness fixes.
   
   
   ### 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?
   No.


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