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 inrust

Dependencies

(13 total, all up-to-date)

CrateRequiredLatestStatus
 num-traits^0.20.2.19up to date
 yansi^1.01.0.1up to date
 rand^0.100.10.2up to date
 pest^2.82.9.1up to date
 pest_derive^2.82.9.1up to date
 cxx^1.01.0.200up to date
 dhat^0.30.3.3up to date
 pprof^0.150.15.0up to date
 ahash^0.80.8.12up to date
 gxhash^3.43.5.0up to date
 num-bigint^0.50.5.1up to date
 num-rational^0.40.4.2up to date
 serde^11.0.229up to date

Dev dependencies

(5 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.80.8.2up to date
 rexpect^0.70.7.1up to date
 regex^1.121.13.1up to date
 yansi^1.01.0.1up to date
 rand^0.100.10.2up to date

Build dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 cc^1.21.4.5up to date
 cxx-build^1.01.0.200up to date
 chrono ⚠️^0.40.4.45maybe insecure

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