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.9.1out of date
 byteorder^1.1.01.5.0up to date
 chrono ⚠️^0.40.4.41maybe insecure
 clap^2.30.04.5.40out of date
 cpuprofiler^0.0.30.0.4out of date
 cpython^0.2.10.7.2out of date
 crossbeam^0.4.10.8.4out of date
 env_logger^0.5.40.11.8out of date
 fastdivide^0.2.00.4.2out of date
 fnv^1.0.31.0.7up to date
 gmp-mpfr-sys^1.1.41.6.5up to date
 itertools^0.7.70.14.0out of date
 libc^0.20.2.174up to date
 log^0.4.10.4.27up to date
 ndarray^0.120.16.1out of date
 num-integer^0.10.1.46up to date
 num-traits^0.20.2.19up to date
 pest^1.02.8.1out of date
 pest_derive^1.02.8.1out of date
 rand^0.5.40.9.1out of date
 rug^1.0.11.27.0up 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