From 2253445a0829ddc97f2ed2929c750f24d52b614b Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Thu, 4 Feb 2021 20:54:11 +0100 Subject: [PATCH] Update RUSTSEC-0000-0000.md --- crates/xcb/RUSTSEC-0000-0000.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/crates/xcb/RUSTSEC-0000-0000.md b/crates/xcb/RUSTSEC-0000-0000.md index f0018c8..5e2dc83 100644 --- a/crates/xcb/RUSTSEC-0000-0000.md +++ b/crates/xcb/RUSTSEC-0000-0000.md @@ -9,7 +9,7 @@ categories = ["memory-corruption", "memory-exposure"] patched = [] ``` -# Multiple soundness issues and unmaintained +# Multiple soundness issues ## Calls `std::str::from_utf8_unchecked()` without any checks @@ -63,8 +63,3 @@ Users are advised to only cast to the event structs provided by the `xcb` crate (and hope for the best). This issue is tracked here: https://github.com/rtbo/rust-xcb/issues/78 - -## xcb is unmaintained - -The `xcb` crate is no longer maintained by its current owner and a replacement -is sought.