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.153up to date
 chrono ⚠️^0.40.4.38maybe insecure
 itertools^0.8.00.12.1out of date
 log^0.4.50.4.21up to date
 yansi^0.5.01.0.1out of date
 indoc^0.3.12.0.5out 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.8.12out of date
 serde^1.0.821.0.198up to date
 serde_derive^1.0.821.0.198up to date
 tempfile^3.0.53.10.1up to date
 uuid^0.71.8.0out of date
 fs2^0.4.30.4.3up to date
 lazy_static^1.2.01.4.0up to date
 backtrace^0.30.3.71up to date
 dirs^2.0.05.0.1out of date
 structopt^0.2.140.3.26out of date
 clap^2.32.04.5.4out of date

Dev dependencies

(4 total, 3 outdated)

CrateRequiredLatestStatus
 assert_fs^0.11.31.1.1out of date
 predicates^1.03.1.0out of date
 maplit^1.0.11.0.2up to date
 pretty_assertions^0.6.11.4.0out 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