This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate polars-io

Dependencies

(37 total, 13 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash>=0.8.50.8.11up to date
 polars-arrow^0.37.00.44.2out of date
 async-trait^0.1.590.1.83up to date
 atoi_simd^0.15.50.16.0out of date
 bytes^1.31.8.0up to date
 chrono^0.4.310.4.38up to date
 chrono-tz^0.8.10.10.0out of date
 fast-float^0.20.2.0up to date
 flate2^11.0.35up to date
 futures^0.3.250.3.31up to date
 home^0.5.40.5.9up to date
 itoa^1.0.61.0.11up to date
 memchr^2.62.7.4up to date
 memmap2^0.70.9.5out of date
 num-traits^0.20.2.19up to date
 object_store ⚠️^0.90.11.1out of date
 once_cell^11.20.2up to date
 percent-encoding^2.32.3.1up to date
 polars-core^0.37.00.44.2out of date
 polars-error^0.37.00.44.2out of date
 polars-json^0.37.00.44.2out of date
 polars-parquet^0.37.00.44.2out of date
 polars-time^0.37.00.44.2out of date
 polars-utils^0.37.00.44.2out of date
 rayon^1.81.10.0up to date
 regex^1.91.11.1up to date
 reqwest^0.110.12.9out of date
 ryu^1.0.131.0.18up to date
 serde^1.0.1881.0.215up to date
 serde_json^11.0.133up to date
 simd-json^0.130.14.3out of date
 simdutf8^0.1.40.1.5up to date
 smartstring^11.0.1up to date
 tokio^1.261.41.1up to date
 tokio-util^0.7.80.7.12up to date
 url^2.42.5.3up to date
 zstd^0.130.13.2up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.14.0up to date

Security Vulnerabilities

object_store: Apache Arrow Rust Object Store: AWS WebIdentityToken exposure in log files

RUSTSEC-2024-0358

Exposure of temporary credentials in logs in Apache Arrow Rust Object Store, version 0.10.1 and earlier on all platforms using AWS WebIdentityTokens.

On certain error conditions, the logs may contain the OIDC token passed to AssumeRoleWithWebIdentity. This allows someone with access to the logs to impersonate that identity, including performing their own calls to AssumeRoleWithWebIdentity, until the OIDC token expires. Typically OIDC tokens are valid for up to an hour, although this will vary depending on the issuer.

Users are recommended to use a different AWS authentication mechanism, disable logging or upgrade to version 0.10.2, which fixes this issue.

Details

When using AWS WebIdentityTokens with the object_store crate, in the event of a failure and automatic retry, the underlying reqwest error, including the full URL with the credentials, potentially in the parameters, is written to the logs.

Thanks to Paul Hatcherian for reporting this vulnerability