diff --git a/crates/libp2p-deflate/RUSTSEC-0000-0000.md b/crates/libp2p-deflate/RUSTSEC-0000-0000.md index 325126e..3813f58 100644 --- a/crates/libp2p-deflate/RUSTSEC-0000-0000.md +++ b/crates/libp2p-deflate/RUSTSEC-0000-0000.md @@ -10,7 +10,7 @@ categories = ["memory-exposure"] patched = [">= 0.27.1"] ``` -# Undefined data exposed in DeflateOutput's AsyncRead implementation +# Contents of uninitialized memory exposed in DeflateOutput's AsyncRead implementation Affected versions of this crate passes an uninitialized buffer to a user-provided trait function `AsyncRead::poll_read()`.