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.
actix-http-test 3.2.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.
actix-http-test
(18 total, 1 outdated, 1 possibly insecure)
Crate | Required | Latest | Status |
---|---|---|---|
actix-codec | ^0.5 | 0.5.2 | up to date |
actix-rt | ^2.2 | 2.10.0 | up to date |
actix-server | ^2 | 2.5.0 | up to date |
actix-service | ^2 | 2.0.2 | up to date |
actix-tls | ^3 | 3.4.0 | up to date |
actix-utils | ^3 | 3.0.1 | up to date |
awc | ^3 | 3.5.1 | up to date |
bytes | ^1 | 1.8.0 | up to date |
futures-core | ^0.3.17 | 0.3.31 | up to date |
http | ^0.2.7 | 1.1.0 | out of date |
log | ^0.4 | 0.4.22 | up to date |
serde | ^1 | 1.0.214 | up to date |
serde_json | ^1 | 1.0.132 | up to date |
serde_urlencoded | ^0.7 | 0.7.1 | up to date |
slab | ^0.4 | 0.4.9 | up to date |
socket2 | ^0.5 | 0.5.7 | up to date |
openssl ⚠️ | ^0.10.55 | 0.10.68 | maybe insecure |
tokio | ^1.24.2 | 1.41.0 | 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.