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 gelf

Dependencies

(11 total, 5 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 bytes^0.4.121.6.0out of date
 chrono ⚠️^0.4.00.4.38maybe insecure
 failure^0.10.1.8up to date
 hostname^0.1.30.4.0out of date
 libc^0.2.200.2.154up to date
 libdeflater^0.2.01.20.0out of date
 log^0.40.4.21up to date
 rand^0.7.20.8.5out of date
 serde^1.0.01.0.200up to date
 serde_json^1.0.01.0.116up to date
 serde_with^1.3.13.8.1out of date

Dev dependencies

(3 total, 3 outdated)

CrateRequiredLatestStatus
 criterion^0.3.00.5.1out of date
 jemallocator^0.3.20.5.4out of date
 loom^0.2.140.7.2out of 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