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 minmon

Dependencies

(20 total, 1 possibly insecure)

CrateRequiredLatestStatus
 toml^0.80.8.21up to date
 reqwest^0.120.12.15up to date
 tokio^1.441.44.2up to date
 libsystemd^0.70.7.1up to date
 systemd-journal-logger^2.22.2.1up to date
 serde^1.01.0.219up to date
 nix^0.290.29.0up to date
 log^0.40.4.27up to date
 env_logger^0.110.11.8up to date
 async-trait^0.10.1.88up to date
 text_placeholder^0.50.5.1up to date
 chrono ⚠️^0.40.4.40maybe insecure
 lettre^0.110.11.15up to date
 sensors^0.20.2.2up to date
 rand^0.90.9.1up to date
 bollard^0.180.18.1up to date
 dasp_ring_buffer^0.110.11.0up to date
 num-bigint^0.40.4.6up to date
 num-integer^0.10.1.46up to date
 cron^0.150.15.0up to date

Dev dependencies

(1 total, all up-to-date)

CrateRequiredLatestStatus
 mockall^0.130.13.1up 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