mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
aes* crates: add crate names to advisory titles (#901)
The previous titles accidentally ommitted the crate names, making them confusing during reporting.
This commit is contained in:
@@ -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:
|
||||
|
||||
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
<https://github.com/RustCrypto/block-ciphers/tree/master/aes>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user