From fb29bc70930b5003ff8730032b9c2ac5f87303a2 Mon Sep 17 00:00:00 2001 From: HeroicKatora Date: Wed, 10 Feb 2021 19:25:38 +0100 Subject: [PATCH] lzw: Unmaintained (#760) --- crates/lzw/RUSTSEC-0000-0000.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 crates/lzw/RUSTSEC-0000-0000.md diff --git a/crates/lzw/RUSTSEC-0000-0000.md b/crates/lzw/RUSTSEC-0000-0000.md new file mode 100644 index 0000000..b14da6d --- /dev/null +++ b/crates/lzw/RUSTSEC-0000-0000.md @@ -0,0 +1,21 @@ +```toml +[advisory] +id = "RUSTSEC-0000-0000" +package = "lzw" +date = "2020-02-10" +url = "https://github.com/nwin/lzw/issues/2" +informational = "unmaintained" + +[versions] +patched = [] +unaffected = ["> 0.10.0"] + +``` + +# lzw is unmaintained + +The author of the `lzw` crate is unresponsive. + +Maintained alternatives: + +- [`weezl`](https://crates.io/crates/weezl)