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.9.2out of date
 chrono ⚠️^0.40.4.45maybe insecure
 flate2^1.01.1.10up to date
 fnv^1.01.0.7up to date
 humantime^1.02.4.0out of date
 libc^0.20.2.189up to date
 log^0.4.00.4.34up to date
 log-mdc^0.10.1.0up to date
 parking_lot^0.10.00.12.5out of date
 serde^1.01.0.229up to date
 serde-value^0.60.7.0out of date
 serde-xml-rs^0.30.8.2out of date
 serde_derive^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 serde_yaml^0.8.40.9.34+deprecatedout of date
 thread-id^3.35.1.0out of date
 toml^0.51.1.6+spec-1.1.0out 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.4.0out of date
 lazy_static^1.41.5.0up to date
 streaming-stats^0.2.30.2.3up to date
 tempfile^3.1.03.27.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