mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 16:50:28 +01:00
Merge pull request #264 from RustSec/unmaintained-lz4-compress
Mark lz4-compress as unmaintained
This commit is contained in:
16
crates/lz4-compress/RUSTSEC-0000-0000.toml
Normal file
16
crates/lz4-compress/RUSTSEC-0000-0000.toml
Normal 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 = []
|
||||
Reference in New Issue
Block a user