From f3a8bd7e5bf055d83d7eeac05de3c37421bec5da Mon Sep 17 00:00:00 2001 From: Dylan Anthony <43723790+dbanty@users.noreply.github.com> Date: Mon, 8 Aug 2022 04:20:28 -0600 Subject: [PATCH] List `markdown` as unmaintained (#1191) * List `markdown` as unmaintained The `markdown` crate is, naturally, the first one that comes up if you're searching crates.io for "markdown". Unfortunately, that particular crate has not received any updates since November of 2020 despite several known issues with open PRs. I opened https://github.com/johannhof/markdown.rs/issues/48 to request an update on maintenance status nearing a month ago and have no heard anything back. --- crates/markdown/RUSTSEC-0000-0000.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 crates/markdown/RUSTSEC-0000-0000.md diff --git a/crates/markdown/RUSTSEC-0000-0000.md b/crates/markdown/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..37f94a7 --- /dev/null +++ b/crates/markdown/RUSTSEC-0000-0000.md @@ -0,0 +1,17 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "markdown" +date = "2022-01-17" +informational = "unmaintained" +url = "https://github.com/johannhof/markdown.rs/issues/48" + +[versions] +patched = [] +unaffected = [] +``` + +# `markdown` is unmaintained + +The [`markdown`](https://crates.io/crates/markdown) crate is no longer actively maintained. For Markdown parsing, you can use the [pulldown-cmark](https://crates.io/crates/pulldown-cmark) crate. +