HyukjinKwon commented on PR #57779: URL: https://github.com/apache/spark/pull/57779#issuecomment-5188229708
Also upgrading this introduces new CVEs. okhttp 4.x is Kotlin, so 4.9.2 drags in kotlin-stdlib 1.4.10 (CVE-2022-24329, CVE-2020-29582 - both moderate) and requires okio 2.x. The current okio 1.17.6 is precisely the fixed version for CVE-2023-3635 in the 1.x line; okio 2.10.0 is still vulnerable to it (fixed in 3.4.0). Net advisory count goes up. I wouldn't land this without enough assessment. -- 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]
