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 rustsec

Dependencies

(10 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cargo-lock^39.0.0out of date
 chrono ⚠️^0.40.4.38maybe insecure
 cvss^12.0.0out of date
 git2^0.100.18.3out of date
 home^0.50.5.9up to date
 platforms^0.23.4.0out of date
 semver^0.91.0.22out of date
 semver-parser^0.70.10.2out of date
 serde^11.0.198up to date
 toml^0.50.8.12out of date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 tempfile^33.10.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