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
 rand^0.80.8.5up to date
 num-traits^0.20.2.19up to date
 yansi^1.01.0.1up to date
 pest^2.72.7.10up to date
 pest_derive^2.72.7.10up to date
 cxx^1.01.0.122up to date
 dhat^0.30.3.3up to date
 pprof^0.130.13.0up to date
 gxhash^3.13.2.0up to date
 ahash^0.80.8.11up to date
 num-bigint^0.40.4.5up to date
 num-rational^0.40.4.2up to date
 serde^11.0.202up to date

Dev dependencies

(3 total, all up-to-date)

CrateRequiredLatestStatus
 criterion^0.50.5.1up to date
 rexpect^0.50.5.0up to date
 regex^1.91.10.4up to date

Build dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 cc^1.01.0.98up to date
 cxx-build^1.01.0.122up to date
 chrono ⚠️^0.40.4.38maybe 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