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 dbus-secret-service

Dependencies

(11 total, 1 possibly insecure)

CrateRequiredLatestStatus
 aes^0.80.8.4up to date
 block-padding^0.30.3.3up to date
 cbc^0.10.1.2up to date
 dbus^0.90.9.7up to date
 futures-util^0.30.3.30up to date
 hkdf^0.120.12.4up to date
 num^0.40.4.3up to date
 once_cell^11.20.0up to date
 openssl ⚠️^0.10.550.10.66maybe insecure
 rand^0.80.8.5up to date
 sha2^0.100.10.8up to date

Dev dependencies

(1 total, 1 outdated)

CrateRequiredLatestStatus
 test-with^0.120.13.1out of date

Security Vulnerabilities

openssl: `MemBio::get_buf` has undefined behavior with empty buffers

RUSTSEC-2024-0357

Previously, MemBio::get_buf called slice::from_raw_parts with a null-pointer, which violates the functions invariants, leading to undefined behavior. In debug builds this would produce an assertion failure. This is now fixed.