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.
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.
ryaspeller(7 total, 1 outdated, 1 possibly insecure)
| Crate | Required | Latest | Status |
|---|---|---|---|
| anyhow | ^1.0 | 1.0.93 | up to date |
| clap | ^4.3 | 4.5.21 | up to date |
| openssl ⚠️ | ^0.10.60 | 0.10.68 | maybe insecure |
| reqwest | ^0.11.18 | 0.12.9 | out of date |
| serde | ^1.0 | 1.0.215 | up to date |
| serde_json | ^1.0 | 1.0.133 | up to date |
| walkdir | ^2.3.3 | 2.5.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.