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.
scylla 0.14.0
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.
scylla
(29 total, 4 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
arc-swap | ^1.3.0 | 1.7.1 | up to date |
async-trait | ^0.1.56 | 0.1.83 | up to date |
base64 | ^0.22.1 | 0.22.1 | up to date |
byteorder | ^1.3.4 | 1.5.0 | up to date |
bytes | ^1.0.1 | 1.8.0 | up to date |
chrono | ^0.4.32 | 0.4.38 | up to date |
dashmap | ^5.2 | 6.1.0 | out of date |
futures | ^0.3.6 | 0.3.31 | up to date |
hashbrown | ^0.14 | 0.15.1 | out of date |
histogram | ^0.6.9 | 0.11.1 | out of date |
itertools | ^0.13.0 | 0.13.0 | up to date |
lazy_static | ^1 | 1.5.0 | up to date |
lz4_flex | ^0.11.1 | 0.11.3 | up to date |
openssl ⚠️ | ^0.10.32 | 0.10.68 | maybe insecure |
rand | ^0.8.3 | 0.8.5 | up to date |
rand_pcg | ^0.3.1 | 0.3.1 | up to date |
scylla-cql | ^0.3.0 | 0.3.0 | up to date |
scylla-macros | ^0.6.0 | 0.6.0 | up to date |
serde | ^1.0 | 1.0.214 | up to date |
serde_yaml | ^0.9.14 | 0.9.34+deprecated | up to date |
smallvec | ^1.8.0 | 1.13.2 | up to date |
snap | ^1.0 | 1.1.1 | up to date |
socket2 | ^0.5.3 | 0.5.7 | up to date |
thiserror | ^1.0 | 2.0.0 | out of date |
tokio | ^1.34 | 1.41.1 | up to date |
tokio-openssl | ^0.6.1 | 0.6.5 | up to date |
tracing | ^0.1.36 | 0.1.40 | up to date |
url | ^2.3.1 | 2.5.3 | up to date |
uuid | ^1.0 | 1.11.0 | up to date |
(10 total, 2 outdated)
Crate | Required | Latest | Status |
---|---|---|---|
assert_matches | ^1.5.0 | 1.5.0 | up to date |
bigdecimal | ^0.4 | 0.4.6 | up to date |
criterion | ^0.4 | 0.5.1 | out of date |
ntest | ^0.9.3 | 0.9.3 | up to date |
num-bigint | ^0.4 | 0.4.6 | up to date |
rand_chacha | ^0.3.1 | 0.3.1 | up to date |
scylla-proxy | ^0.0.3 | 0.0.4 | out of date |
time | ^0.3 | 0.3.36 | up to date |
tokio | ^1.34 | 1.41.1 | up to date |
tracing-subscriber | ^0.3.14 | 0.3.18 | up to 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.