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 reform

Dependencies

(21 total, 12 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bitflags^1.0.42.5.0out of date
 byteorder^1.1.01.5.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 clap^2.30.04.5.4out of date
 cpuprofiler^0.0.30.0.4out of date
 cpython^0.2.10.7.1out of date
 crossbeam^0.4.10.8.4out of date
 env_logger^0.5.40.11.3out of date
 fastdivide^0.2.00.4.1out of date
 fnv^1.0.31.0.7up to date
 gmp-mpfr-sys^1.1.41.6.2up to date
 itertools^0.7.70.12.1out of date
 libc^0.20.2.153up to date
 log^0.4.10.4.21up to date
 ndarray^0.120.15.6out of date
 num-integer^0.10.1.46up to date
 num-traits^0.20.2.18up to date
 pest^1.02.7.9out of date
 pest_derive^1.02.7.9out of date
 rand^0.5.40.8.5out of date
 rug^1.0.11.24.1up to 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