From 36bf272ac03d38be6bdb4f8b253d447f70fcf243 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 22 May 2021 08:30:07 -0700 Subject: [PATCH] iced-x86: fix lint (#922) --- crates/iced-x86/RUSTSEC-0000-0000.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crates/iced-x86/RUSTSEC-0000-0000.md b/crates/iced-x86/RUSTSEC-0000-0000.md index 0fccca8..4b71395 100644 --- a/crates/iced-x86/RUSTSEC-0000-0000.md +++ b/crates/iced-x86/RUSTSEC-0000-0000.md @@ -1,17 +1,13 @@ ```toml [advisory] id = "RUSTSEC-0000-0000" - package = "iced-x86" - date = "2021-05-19" - url = "https://github.com/icedland/iced/issues/168" - keywords = ["soundness"] [affected] -functions = { "iced_86::Decoder::new" = ["<= 1.10.3"] } +functions = { "iced_x86::Decoder::new" = ["<= 1.10.3"] } [versions] patched = ["> 1.10.3"]