From cfcb789c3722d3093f3491622aca73f67b807c68 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 4 Jun 2026 13:39:16 +0200 Subject: [PATCH] Mark surf and tide as unmaintained --- crates/surf/RUSTSEC-0000-0000.md | 20 ++++++++++++++++++++ crates/tide/RUSTSEC-0000-0000.md | 19 +++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 crates/surf/RUSTSEC-0000-0000.md create mode 100644 crates/tide/RUSTSEC-0000-0000.md diff --git a/crates/surf/RUSTSEC-0000-0000.md b/crates/surf/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..c301101e --- /dev/null +++ b/crates/surf/RUSTSEC-0000-0000.md @@ -0,0 +1,20 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "surf" +date = "2026-06-04" +informational = "unmaintained" +url = "https://github.com/http-rs/surf/issues/352" + +[versions] +patched = [] +``` + +# surf is unmaintained + +The surf crate is unmaintained, and all versions are affected. + +For alternatives, consider using [reqwest](https://crates.io/crates/reqwest) +or [ureq](https://crates.io/crates/ureq). + +See [this issue](https://github.com/http-rs/surf/issues/352) for more context. diff --git a/crates/tide/RUSTSEC-0000-0000.md b/crates/tide/RUSTSEC-0000-0000.md new file mode 100644 index 00000000..c8f219ba --- /dev/null +++ b/crates/tide/RUSTSEC-0000-0000.md @@ -0,0 +1,19 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "tide" +date = "2026-06-04" +informational = "unmaintained" +url = "https://github.com/http-rs/tide/issues/922" + +[versions] +patched = [] +``` + +# tide is unmaintained + +The tide crate is unmaintained, and all versions are affected. + +The closest maintained alternative might be [trillium](https://crates.io/crates/trillium). + +See [this issue](https://github.com/http-rs/tide/issues/922) for more context.