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 egui_extras

Dependencies

(13 total, 1 possibly insecure)

CrateRequiredLatestStatus
 ahash^0.8.110.8.12up to date
 chrono ⚠️^0.40.4.41maybe insecure
 document-features^0.2.100.2.11up to date
 egui^0.32.00.32.0up to date
 ehttp^0.50.5.0up to date
 enum-map^22.7.3up to date
 image^0.250.25.6up to date
 log^0.40.4.27up to date
 mime_guess2^22.3.1up to date
 profiling^1.0.161.0.17up to date
 resvg^0.450.45.1up to date
 serde^11.0.219up to date
 syntect^55.2.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