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 mxl-base

Dependencies

(10 total, 1 possibly insecure)

CrateRequiredLatestStatus
 log^0.40.4.22up to date
 anyhow^11.0.94up to date
 const_format^0.20.2.34up to date
 fern^0.70.7.1up to date
 directories^55.0.1up to date
 chrono ⚠️^0.40.4.39maybe insecure
 i18n-embed-fl^0.90.9.2up to date
 once_cell^11.20.2up to date
 rust-embed^88.5.0up to date
 i18n-embed^0.150.15.2up 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