Files
advisory-db/crates/block-cipher-trait/RUSTSEC-2020-0018.toml
Tony Arcieri 5049594b75 Add unmaintained crate advisory for block-cipher-trait (RUSTSEC-2020-0018) (#310)
* Add unmaintained crate advisory for `block-cipher-trait`

It's been renamed to `block-cipher`. See:

https://github.com/RustCrypto/traits/pull/139

* Assign RUSTSEC-2020-0018 to block-cipher-trait
2020-06-10 11:22:55 -07:00

19 lines
460 B
TOML

[advisory]
id = "RUSTSEC-2020-0018"
package = "block-cipher-trait"
title = "crate has been renamed to `block-cipher`"
informational = "unmaintained"
date = "2020-05-26"
url = "https://github.com/RustCrypto/traits/pull/139"
description = """
This crate has been renamed from `block-cipher-trait` to `block-cipher`.
The new repository location is at:
<https://github.com/RustCrypto/traits/tree/master/block-cipher>
"""
[versions]
patched = []
unaffected = []