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 stderrlog

Dependencies

(5 total, 1 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 atty^0.2.60.2.14up to date
 chrono ⚠️^0.4.100.4.38maybe insecure
 log^0.4.110.4.21up to date
 termcolor~1.11.4.1out of date
 thread_local ⚠️~1.11.1.8maybe insecure

Dev dependencies

(5 total, 1 outdated)

CrateRequiredLatestStatus
 clap^34.5.4out of date
 docopt^1.11.1.1up to date
 libc^0.2.180.2.154up to date
 serde^1.01.0.200up to date
 structopt^0.3.200.3.26up 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

thread_local: Data race in `Iter` and `IterMut`

RUSTSEC-2022-0006

In the affected version of this crate, {Iter, IterMut}::next used a weaker memory ordering when loading values than what was required, exposing a potential data race when iterating over a ThreadLocal's values.

Crates using Iter::next, or IterMut::next are affected by this issue.