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 lopdf

Dependencies

(14 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.38maybe insecure
 encoding_rs^0.8.320.8.34up to date
 flate2^1.01.0.29up to date
 image^0.240.25.1out of date
 itoa^1.01.0.11up to date
 linked-hash-map^0.50.5.6up to date
 log^0.40.4.21up to date
 md5^0.7.00.7.0up to date
 nom^7.17.1.3up to date
 pom^3.23.4.0up to date
 rayon^1.61.10.0up to date
 serde^1.01.0.199up to date
 time^0.30.3.36up to date
 weezl^0.10.1.8up to date

Dev dependencies

(5 total, 1 outdated)

CrateRequiredLatestStatus
 clap^4.04.5.4up to date
 env_logger^0.100.11.3out of date
 serde_json^1.01.0.116up to date
 shellexpand^3.03.1.0up to date
 tempfile^3.33.10.1up 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