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 tcp-stream

Dependencies

(6 total, 1 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 cfg-if^1.01.0.0up to date
 native-tls^0.20.2.12up to date
 openssl ⚠️^0.100.10.66maybe insecure
 p12-keystore^0.10.1.3up to date
 rustls-connector^0.200.21.4out of date
 rustls-pemfile^2.02.1.3up to 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.