From 3ad954ae9171653da419689d48e81fbd4f434032 Mon Sep 17 00:00:00 2001 From: Christian Visintin Date: Wed, 14 Jun 2023 15:21:57 +0200 Subject: [PATCH] Add unmaintained ftp crate (#1612) --- crates/ftp/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crates/ftp/RUSTSEC-0000-0000.md diff --git a/crates/ftp/RUSTSEC-0000-0000.md b/crates/ftp/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..f203ed3 --- /dev/null +++ b/crates/ftp/RUSTSEC-0000-0000.md @@ -0,0 +1,17 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "ftp" +date = "2023-02-20" +url = "https://github.com/mattnenterprise/rust-ftp/pull/92" +references = ["https://github.com/mattnenterprise/rust-ftp/issues/91", "https://github.com/mattnenterprise/rust-ftp/issues/84"] +informational = "unmaintained" +keywords = ["ssl", "wont-build"] +[versions] +patched = [] +``` + +# ftp is unmaintained, use suppaftp instead + +The [`ftp`](https://crates.io/crates/ftp) crate is not maintained any more; +use [`suppaftp`](https://crates.io/crates/suppaftp) instead.