From fe57ea233ac6b3d0fefed614fb902da2f4836f7b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 3 May 2021 12:03:33 -0700 Subject: [PATCH] Add unmaintained crate advisory for `miscreant` (#899) --- crates/miscreant/RUSTSEC-0000-0000.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 crates/miscreant/RUSTSEC-0000-0000.md diff --git a/crates/miscreant/RUSTSEC-0000-0000.md b/crates/miscreant/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..d280de1 --- /dev/null +++ b/crates/miscreant/RUSTSEC-0000-0000.md @@ -0,0 +1,28 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "miscreant" +date = "2021-02-28" +informational = "unmaintained" +url = "https://github.com/miscreant/miscreant.rs/commit/5d921f579e0c2b9960d472cf377b8487d97fbcec" + +[versions] +patched = [] +unaffected = [] +``` + +# project abandoned; migrate to the `aes-siv` crate + +The Miscreant project has been abandoned and archived. + +The Rust implementation has been adapted into the new `aes-siv` crate which +implements both the AES-CMAC-SIV and AES-PMAC-SIV constructions: + + + +Please migrate to the `aes-siv` crate. + +Alternatively see the `aes-gcm-siv` crate for a newer, faster construction +which provides similar properties: + +