XiaoYou201 opened a new pull request, #10337: URL: https://github.com/apache/inlong/pull/10337
### [INLONG-10331][Sort] Modify aircompressor version Fixes #10331 ### Motivation Aircompressor is a Java library with implementations of compression algorithms like Snappy, LZO, LZ4, and Zstandard. All decompressor implementations in Aircompressor can crash the JVM or potentially leak memory contents for certain malformed input data. When decompressing untrusted data, the decompressors try to access memory outside the allocated buffers due to lack of bounds checking. This is caused by the use of sun.misc.Unsafe which allows unsafe memory access. This CVE can refrence [CVE-2024-036114](https://feedly.com/cve/CVE-2024-36114) for detail. ### Modifications Change the aircompressor version to 0.27. -- 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]
