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.38maybe insecure
 flate2^1.01.0.28up to date
 fnv^1.01.0.7up to date
 humantime^1.02.1.0out of date
 libc^0.20.2.153up to date
 log^0.4.00.4.21up to date
 log-mdc^0.10.1.0up to date
 parking_lot^0.10.00.12.1out of date
 serde^1.01.0.198up to date
 serde-value^0.60.7.0out of date
 serde-xml-rs^0.30.6.0out of date
 serde_derive^1.01.0.198up to date
 serde_json^1.01.0.116up to date
 serde_yaml^0.8.40.9.34+deprecatedout of date
 thread-id^3.34.2.1out of date
 toml^0.50.8.12out 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.1.0out of date
 lazy_static^1.41.4.0up to date
 streaming-stats^0.2.30.2.3up to date
 tempfile^3.1.03.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