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 piz

Dependencies

(8 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 camino^1.01.1.9up to date
 chrono ⚠️^0.40.4.38maybe insecure
 codepage-437^0.10.1.0up to date
 crc32fast^1.01.4.2up to date
 flate2^1.01.0.35up to date
 log^0.40.4.22up to date
 memchr^2.02.7.4up to date
 thiserror^1.02.0.3out of date

Dev dependencies

(6 total, 2 outdated)

CrateRequiredLatestStatus
 anyhow^1.01.0.93up to date
 env_logger^0.80.11.5out of date
 memmap^0.70.7.0up to date
 rayon^1.01.10.0up to date
 stderrlog^0.5.10.6.0out of date
 structopt^0.30.3.26up 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