Skip to content

Commit 5049594

Browse files
authored
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: RustCrypto/traits#139 * Assign RUSTSEC-2020-0018 to block-cipher-trait
1 parent 8587ec2 commit 5049594

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[advisory]
2+
id = "RUSTSEC-2020-0018"
3+
package = "block-cipher-trait"
4+
title = "crate has been renamed to `block-cipher`"
5+
informational = "unmaintained"
6+
date = "2020-05-26"
7+
url = "https://github.com/RustCrypto/traits/pull/139"
8+
description = """
9+
This crate has been renamed from `block-cipher-trait` to `block-cipher`.
10+
11+
The new repository location is at:
12+
13+
<https://github.com/RustCrypto/traits/tree/master/block-cipher>
14+
"""
15+
16+
[versions]
17+
patched = []
18+
unaffected = []

0 commit comments

Comments
 (0)