mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Add unmaintained crate advisory for stream-cipher (#444)
It's been renamed to `cipher`.
This commit is contained in:
20
crates/stream-cipher/RUSTSEC-0000-0000.md
Normal file
20
crates/stream-cipher/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "stream-cipher"
|
||||
date = "2020-10-15"
|
||||
informational = "unmaintained"
|
||||
url = "https://github.com/RustCrypto/traits/pull/337"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
unaffected = []
|
||||
```
|
||||
|
||||
# crate has been renamed to `cipher`
|
||||
|
||||
This crate has been renamed from `stream-cipher` to `cipher`.
|
||||
|
||||
The new repository location is at:
|
||||
|
||||
<https://github.com/RustCrypto/traits/tree/master/cipher>
|
||||
Reference in New Issue
Block a user