mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-13 21:18:11 +01:00
* 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
19 lines
460 B
TOML
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 = []
|