Commit 039235d
committed
dep: update dependency to fix a CVE warning
error[vulnerability]: Resource exhaustion vulnerability in h2 may lead to Denial of Service (DoS)
┌─ /github/workspace/Cargo.lock:68:1
│
68 │ h2 0.3.13 registry+https://github.com/rust-lang/crates.io-index
│ --------------------------------------------------------------- security vulnerability detected
│
= ID: RUSTSEC-2023-0034
= Advisory: https://rustsec.org/advisories/RUSTSEC-2023-0034
= If an attacker is able to flood the network with pairs of `HEADERS`/`RST_STREAM` frames, such that the `h2` application is not able to accept them faster than the bytes are received, the pending accept queue can grow in memory usage. Being able to do this consistently can result in excessive memory use, and eventually trigger Out Of Memory.
This flaw is corrected in [hyperium/h2#668](hyperium/h2#668), which restricts remote reset stream count by default.
Signed-off-by: Jiang Liu <[email protected]>1 parent 1088f47 commit 039235d
1 file changed
+4
-4
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments