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

(13 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cairo-rs^0.8.10.20.7out of date
 chrono ⚠️^0.4.110.4.40maybe insecure
 font-kit^0.7.00.14.2out of date
 gif^0.10.30.13.1out of date
 image^0.23.40.25.6out of date
 js-sys^0.3.390.3.77up to date
 lazy_static^1.4.01.5.0up to date
 num-traits^0.2.110.2.19up to date
 palette^0.5.00.7.6out of date
 piston_window^0.108.00.132.0out of 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

(7 total, 5 outdated)

CrateRequiredLatestStatus
 criterion^0.3.20.5.1out of date
 itertools^0.9.00.14.0out of 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