Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` error[vulnerability]: `MemBio::get_buf` has undefined behavior with empty buffers ┌─ /home/runner/work/ckb/ckb/Cargo.lock:313:1 │ 313 │ openssl 0.10.64 registry+https://github.com/rust-lang/crates.io-index │ --------------------------------------------------------------------- security vulnerability detected │ = ID: RUSTSEC-2024-0357 = Advisory: https://rustsec.org/advisories/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. = Announcement: sfackler/rust-openssl#2266 = Solution: Upgrade to >=0.10.66 (try `cargo update -p openssl`) ```
- Loading branch information