Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: upgrade openssl to 0.10.55 to fix cve warnings
error[vulnerability]: `openssl` `X509VerifyParamRef::set_host` buffer over-read ┌─ /github/workspace/Cargo.lock:122:1 │ 122 │ openssl 0.10.48 registry+https://github.com/rust-lang/crates.io-index │ --------------------------------------------------------------------- security vulnerability detected │ = ID: RUSTSEC-2023-0044 = Advisory: https://rustsec.org/advisories/RUSTSEC-2023-0044 = When this function was passed an empty string, `openssl` would attempt to call `strlen` on it, reading arbitrary memory until it reached a NUL byte. = Announcement: sfackler/rust-openssl#1965 = Solution: Upgrade to >=0.10.55 Signed-off-by: Jiang Liu <[email protected]>
- Loading branch information