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 log4rs

Dependencies

(19 total, 8 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 arc-swap^0.41.7.1out of date
 chrono ⚠️^0.40.4.41maybe insecure
 flate2^1.01.1.2up to date
 fnv^1.01.0.7up to date
 humantime^1.02.2.0out of date
 libc^0.20.2.174up to date
 log^0.4.00.4.27up to date
 log-mdc^0.10.1.0up to date
 parking_lot^0.11.00.12.4out of date
 serde^1.01.0.219up to date
 serde-value^0.60.7.0out of date
 serde-xml-rs^0.40.8.1out of date
 serde_derive^1.01.0.219up to date
 serde_json^1.01.0.140up to date
 serde_yaml^0.8.40.9.34+deprecatedout of date
 thread-id^3.35.0.0out of date
 toml^0.50.9.1out of date
 typemap^0.30.3.3up to date
 winapi^0.30.3.9up to date

Dev dependencies

(4 total, 1 outdated)

CrateRequiredLatestStatus
 humantime^1.0.02.2.0out of date
 lazy_static^1.41.5.0up to date
 streaming-stats^0.2.30.2.3up to date
 tempfile^3.1.03.20.0up 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