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.38maybe insecure
 ci_info^0.3.10.14.14out of date
 console^0.7.50.15.8out 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.9up to date
 pest_derive^2.1.02.7.9up to date
 ron^0.4.10.8.1out of date
 serde^1.0.851.0.198up to date
 serde_json^1.0.361.0.116up to date
 serde_yaml^0.8.80.9.34+deprecatedout of date
 uuid^0.7.11.8.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