Merge pull request #264 from RustSec/unmaintained-lz4-compress

Mark lz4-compress as unmaintained
This commit is contained in:
Tony Arcieri
2020-04-16 17:15:55 -07:00
committed by GitHub

View File

@@ -0,0 +1,16 @@
[advisory]
id = "RUSTSEC-0000-0000"
package = "lz4-compress"
title = "lz4-compress is unmaintained"
informational = "unmaintained"
date = "2017-04-17" # last release on crates.io
url = "https://gitlab.redox-os.org/redox-os/tfs/issues/89"
description = """
[According to the developers](https://gitlab.redox-os.org/redox-os/tfs/issues/89) this crate is no longer maintained.
The suggested alternative is [`lz4-compression`](https://crates.io/crates/lz4-compression), a maintained fork of `lz4-compress`.
"""
[versions]
unaffected = []
patched = []