Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` ┌─ /github/workspace/Cargo.lock:148:1 │ 148 │ openssl 0.10.55 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`) ``` Signed-off-by: Yadong Ding <[email protected]>
- Loading branch information