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 rusthesia

Dependencies

(12 total, 6 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 midir^0.50.9.1out of date
 midly^0.40.5.3out of date
 clap^2.324.5.4out of date
 indoc^0.32.0.5out of date
 font-kit^0.50.13.0out of date
 piano_keyboard^0.20.2.3up to date
 sdl2_timing^0.20.2.0up to date
 chrono ⚠️^0.40.4.38maybe insecure
 termcolor^1.11.4.1up to date
 thread_local ⚠️^1.01.1.8maybe insecure
 sdl2^0.330.36.0out of date
 log^0.40.4.21up 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.