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 insta

Dependencies

(13 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.60.4.31maybe insecure
 ci_info^0.3.10.14.13out of date
 console^0.7.50.15.7out of date
 difference^2.0.02.0.0up to date
 failure^0.1.50.1.8up to date
 lazy_static^1.2.01.4.0up to date
 pest^2.1.02.7.5up to date
 pest_derive^2.1.02.7.5up to date
 ron^0.4.10.8.1out of date
 serde^1.0.851.0.193up to date
 serde_json^1.0.361.0.108up to date
 serde_yaml^0.8.80.9.27out of date
 uuid^0.7.11.6.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