From 14a3b0cead09c30ece338c17d5349ebbee096d2e Mon Sep 17 00:00:00 2001 From: dalance Date: Mon, 4 Jan 2021 18:34:12 +0900 Subject: [PATCH] Add advisory for interfaces2 --- crates/interfaces2/RUSTSEC-0000-0000.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 crates/interfaces2/RUSTSEC-0000-0000.md diff --git a/crates/interfaces2/RUSTSEC-0000-0000.md b/crates/interfaces2/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..76873292 --- /dev/null +++ b/crates/interfaces2/RUSTSEC-0000-0000.md @@ -0,0 +1,16 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "interfaces2" +date = "2021-01-04" +informational = "unmaintained" +url = "https://github.com/aep/interfaces-rs" + +[versions] +patched = [] +``` + +# interfaces2 is unmaintained, use interfaces instead + +The `interfaces2` crate is not maintained any more; +use [`interfaces`](https://crates.io/crates/interfaces) instead.