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.
dbus-secret-service 4.0.3
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.
dbus-secret-service
(11 total, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
aes | ^0.8 | 0.8.4 | up to date |
block-padding | ^0.3 | 0.3.3 | up to date |
cbc | ^0.1 | 0.1.2 | up to date |
dbus | ^0.9 | 0.9.7 | up to date |
futures-util | ^0.3 | 0.3.31 | up to date |
hkdf | ^0.12 | 0.12.4 | up to date |
num | ^0.4 | 0.4.3 | up to date |
once_cell | ^1 | 1.20.2 | up to date |
openssl ⚠️ | ^0.10.55 | 0.10.68 | maybe insecure |
rand | ^0.8 | 0.8.5 | up to date |
sha2 | ^0.10 | 0.10.8 | up to date |
(1 total, 1 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
test-with | ^0.12 | 0.14.5 | out of date |
openssl
: `MemBio::get_buf` has undefined behavior with empty buffersPreviously, 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.