Skip to content

Commit f3a8bd7

Browse files
authored
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 johannhof/markdown.rs#48 to request an update on maintenance status nearing a month ago and have no heard anything back.
1 parent d21aadd commit f3a8bd7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

crates/markdown/RUSTSEC-0000-0000.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
```toml
2+
[advisory]
3+
id = "RUSTSEC-0000-0000"
4+
package = "markdown"
5+
date = "2022-01-17"
6+
informational = "unmaintained"
7+
url = "https://github.com/johannhof/markdown.rs/issues/48"
8+
9+
[versions]
10+
patched = []
11+
unaffected = []
12+
```
13+
14+
# `markdown` is unmaintained
15+
16+
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.
17+

0 commit comments

Comments
 (0)