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.41maybe insecure
 font-kit^0.7.00.14.3out of date
 image^0.23.40.25.6out of date
 lazy_static^1.4.01.5.0up to date
 num-traits^0.2.110.2.19up to date
 plotters-backend0.3.*0.3.7up to date
 plotters-bitmap0.3.*0.3.7up to date
 plotters-svg0.3.*0.3.7up to date
 rusttype^0.8.20.9.3out of date
 wasm-bindgen^0.2.620.2.100up to date
 web-sys^0.3.390.3.77up to date

Dev dependencies

(8 total, 5 outdated)

CrateRequiredLatestStatus
 criterion^0.3.20.6.0out of date
 itertools^0.9.00.14.0out of date
 plotters-bitmap0.3.*0.3.7up to date
 rand^0.7.30.9.1out of date
 rand_distr^0.2.20.5.1out of date
 rand_xorshift^0.2.00.4.0out of date
 rayon^1.3.01.10.0up to date
 wasm-bindgen-test^0.3.120.3.50up 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