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

Dependencies

(17 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.80.8.11up to date
 arrow2^0.170.18.0out of date
 chrono ⚠️^0.40.4.38maybe insecure
 chrono-tz^0.80.10.0out of date
 futures^0.3.250.3.31up to date
 once_cell^11.20.2up to date
 polars-arrow^0.29.00.43.1out of date
 polars-core^0.29.00.43.1out of date
 polars-io^0.29.00.43.1out of date
 polars-ops^0.29.00.43.1out of date
 polars-time^0.29.00.43.1out of date
 polars-utils^0.29.00.43.1out of date
 pyo3^0.180.22.5out of date
 rayon^1.61.10.0up to date
 regex^1.61.11.0up to date
 serde^11.0.210up to date
 smartstring^11.0.1up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References