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 abscissa

Dependencies

(14 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 abscissa_derive^00.7.0up to date
 canonical-path^0.12.0.2out of date
 chrono ⚠️^0.40.4.38maybe insecure
 failure^0.10.1.8up to date
 failure_derive^0.10.1.8up to date
 isatty^0.10.2.0out of date
 lazy_static^11.4.0up to date
 log^0.40.4.21up to date
 semver^0.91.0.22out of date
 serde^1.01.0.200up to date
 simplelog^0.50.12.2out of date
 term^0.50.7.0out of date
 toml^0.40.8.12out of date
 zeroize^0.41.7.0out of date

Dev dependencies

(2 total, all up-to-date)

CrateRequiredLatestStatus
 assert_matches^1.31.5.0up to date
 serde_derive^1.01.0.200up 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