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 notify-rust

Dependencies

(12 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 chrono ⚠️^0.40.4.45maybe insecure
 dbus^0.90.9.12up to date
 env_logger^0.110.11.11up to date
 futures-lite^2.6.12.6.1up to date
 image^0.250.25.10up to date
 lazy_static^1.51.5.0up to date
 log^0.40.4.33up to date
 mac-notification-sys^0.6.150.6.15up to date
 mac-usernotifications^0.3.10.3.1up to date
 serde^11.0.229up to date
 tauri-winrt-notification^0.70.8.1out of date
 zbus^55.18.0up to date

Dev dependencies

(7 total, all up-to-date)

CrateRequiredLatestStatus
 async-std^1.13.21.13.2up to date
 cfg-if^1.01.0.4up to date
 color-backtrace^0.70.7.4up to date
 env_logger^0.110.11.11up to date
 maplit^1.01.0.2up to date
 objc2-foundation^0.3.20.3.2up to date
 oslog^0.20.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