From f26e762f20a5d3f4cece844bee307aecb39d7163 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 3 May 2021 18:28:43 -0700 Subject: [PATCH] aes* crates: add crate names to advisory titles (#901) The previous titles accidentally ommitted the crate names, making them confusing during reporting. --- crates/aes-ctr/RUSTSEC-2021-0061.md | 5 ++--- crates/aes-soft/RUSTSEC-2021-0060.md | 5 ++--- crates/aesni/RUSTSEC-2021-0059.md | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/crates/aes-ctr/RUSTSEC-2021-0061.md b/crates/aes-ctr/RUSTSEC-2021-0061.md index b22d6d9..c12969f 100644 --- a/crates/aes-ctr/RUSTSEC-2021-0061.md +++ b/crates/aes-ctr/RUSTSEC-2021-0061.md @@ -11,10 +11,9 @@ patched = [] unaffected = [] ``` -# merged into the `aes` crate +# `aes-ctr` has been merged into the `aes` crate -The `aes-ctr` crate has been merged into the `aes` crate. The new repository -location is at: +Please use the `aes` crate going forward. The new repository location is at: diff --git a/crates/aes-soft/RUSTSEC-2021-0060.md b/crates/aes-soft/RUSTSEC-2021-0060.md index 62c1a35..452c6d3 100644 --- a/crates/aes-soft/RUSTSEC-2021-0060.md +++ b/crates/aes-soft/RUSTSEC-2021-0060.md @@ -11,10 +11,9 @@ patched = [] unaffected = [] ``` -# merged into the `aes` crate +# `aes-soft` has been merged into the `aes` crate -The `aes-soft` crate has been merged into the `aes` crate. The new repository -location is at: +Please use the `aes` crate going forward. The new repository location is at: diff --git a/crates/aesni/RUSTSEC-2021-0059.md b/crates/aesni/RUSTSEC-2021-0059.md index 99def1c..bacf2d5 100644 --- a/crates/aesni/RUSTSEC-2021-0059.md +++ b/crates/aesni/RUSTSEC-2021-0059.md @@ -11,10 +11,9 @@ patched = [] unaffected = [] ``` -# merged into the `aes` crate +# `aesni` has been merged into the `aes` crate -The `aesni` crate has been merged into the `aes` crate. The new repository -location is at: +Please use the `aes` crate going forward. The new repository location is at: