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

(12 total, 3 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.4.190.4.42maybe insecure
 font-kit^0.10.00.14.3out of date
 image^0.23.140.25.8out of date
 lazy_static^1.4.01.5.0up to date
 num-traits^0.2.140.2.19up to date
 pathfinder_geometry^0.5.10.5.1up to date
 plotters-backend^0.30.3.7up to date
 plotters-bitmap0.3.*0.3.7up to date
 plotters-svg0.3.*0.3.7up to date
 ttf-parser^0.12.00.25.1out of date
 wasm-bindgen^0.2.620.2.101up to date
 web-sys^0.3.510.3.78up to date

Dev dependencies

(11 total, 5 outdated)

CrateRequiredLatestStatus
 criterion^0.3.40.7.0out of date
 itertools^0.10.00.14.0out of date
 plotters-bitmap0.3.*0.3.7up to date
 rand^0.8.30.9.2out of date
 rand_distr^0.4.00.5.1out of date
 rand_xorshift^0.3.00.4.0out of date
 rayon^1.5.11.11.0up to date
 serde^1.0.1261.0.224up to date
 serde_derive^1.0.1261.0.224up to date
 serde_json^1.0.641.0.145up to date
 wasm-bindgen-test^0.3.240.3.51up 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