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. +