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 holochain_locksmith

Dependencies

(7 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 backtrace=0.3.270.3.71out of date
 chrono ⚠️=0.4.60.4.38out of date
 crossbeam-channel=0.3.80.5.12out of date
 lazy_static=1.4.01.4.0up to date
 log=0.4.80.4.21out of date
 parking_lot=0.9.00.12.2out of date
 snowflake=1.3.01.3.0up 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