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 plotters

Dependencies

(11 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.110.4.37maybe insecure
 font-kit^0.7.00.13.0out of date
 image^0.23.40.25.0out of date
 lazy_static^1.4.01.4.0up to date
 num-traits^0.2.110.2.18up to date
 plotters-backend0.3.*0.3.5up to date
 plotters-bitmap0.3.*0.3.3up to date
 plotters-svg0.3.*0.3.5up to date
 rusttype^0.8.20.9.3out of date
 wasm-bindgen^0.2.620.2.92up to date
 web-sys^0.3.390.3.69up to date

Dev dependencies

(8 total, 5 outdated)

CrateRequiredLatestStatus
 criterion^0.3.20.5.1out of date
 itertools^0.9.00.12.1out of date
 plotters-bitmap0.3.*0.3.3up to date
 rand^0.7.30.8.5out of date
 rand_distr^0.2.20.4.3out of date
 rand_xorshift^0.2.00.3.0out of date
 rayon^1.3.01.10.0up to date
 wasm-bindgen-test^0.3.120.3.42up 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