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, 1 outdated)

CrateRequiredLatestStatus
 num-traits^0.20.2.19up to date
 yansi^1.01.0.1up to date
 rand^0.90.9.2up to date
 pest^2.72.8.2up to date
 pest_derive^2.72.8.2up to date
 cxx^1.01.0.185up to date
 dhat^0.30.3.3up to date
 pprof^0.140.15.0out of date
 gxhash^3.43.5.0up to date
 ahash^0.80.8.12up to date
 num-bigint^0.40.4.6up to date
 num-rational^0.40.4.2up to date
 serde^11.0.225up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 criterion^0.50.7.0out of date
 rexpect^0.60.6.2up to date
 regex^1.111.11.2up to date
 rand^0.90.9.2up to date

Build dependencies

(3 total, 1 possibly insecure)

CrateRequiredLatestStatus
 cc^1.21.2.38up to date
 cxx-build^1.01.0.185up to date
 chrono ⚠️^0.40.4.42maybe 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