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 khaleesi

Dependencies

(21 total, 9 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 libc^0.2.430.2.174up to date
 chrono ⚠️^0.40.4.41maybe insecure
 itertools^0.8.00.14.0out of date
 log^0.4.50.4.27up to date
 yansi^0.5.01.0.1out of date
 indoc^0.3.12.0.6out of date
 stderrlog^0.40.6.0out of date
 atty^0.20.2.14up to date
 walkdir^2.2.72.5.0up to date
 libical-sys^0.1.10.1.3up to date
 toml^0.5.00.9.1out of date
 serde^1.0.821.0.219up to date
 serde_derive^1.0.821.0.219up to date
 tempfile^3.0.53.20.0up to date
 uuid^0.71.17.0out of date
 fs2^0.4.30.4.3up to date
 lazy_static^1.2.01.5.0up to date
 backtrace^0.30.3.75up to date
 dirs^2.0.06.0.0out of date
 structopt^0.2.140.3.26out of date
 clap^2.32.04.5.41out of date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 assert_fs^0.11.31.1.3out of date
 predicates^1.03.1.3out of date
 maplit^1.0.11.0.2up to date
 pretty_assertions^0.6.11.4.1out of 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