alamb opened a new issue, #18288: URL: https://github.com/apache/datafusion/issues/18288
### Describe the bug The security audit check started failing on PRs. For example https://github.com/apache/datafusion/actions/runs/18817236490/job/53687295209?pr=18287 ``` Scanning Cargo.lock for vulnerabilities (682 crate dependencies) Crate: tokio-tar Version: 0.3.1 Title: `tokio-tar` parses PAX extended headers incorrectly, allows file smuggling Date: 2025-10-21 ID: RUSTSEC-2025-0111 URL: https://rustsec.org/advisories/RUSTSEC-2025-0111 Solution: No fixed upgrade is available! Dependency tree: tokio-tar 0.3.1 └── testcontainers 0.24.0 ├── testcontainers-modules 0.12.1 │ ├── datafusion-sqllogictest 50.3.0 │ └── datafusion-cli 50.3.0 ├── datafusion-sqllogictest 50.3.0 └── datafusion-cli 50.3.0 ``` It appears that this was a recently added report https://rustsec.org/advisories/RUSTSEC-2025-0111 Since we are using `tokio-tar` for testing infrastructure where we control both ends of the connection I don't think this is an actual security problem but we do need to fix the CI ### To Reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
