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

Dependencies

(13 total, 6 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arrow2^0.170.18.0out of date
 atoi^2.0.02.0.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 chrono-tz^0.80.10.0out of date
 now^0.10.1.3up 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-ops^0.29.00.43.1out of date
 polars-utils^0.29.00.43.1out of date
 regex^1.7.11.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