mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-21 19:08:09 +01:00
failure: add informational "unmaintained" advisory (#368)
Closes #284. See also: - https://internals.rust-lang.org/t/failure-crate-maintenance/12087 - https://github.com/rust-lang-nursery/failure/pull/347
This commit is contained in:
23
crates/failure/RUSTSEC-0000-0000.toml
Normal file
23
crates/failure/RUSTSEC-0000-0000.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "failure"
|
||||
title = "failure is officially deprecated/unmaintained"
|
||||
informational = "unmaintained"
|
||||
date = "2020-05-02"
|
||||
url = "https://github.com/rust-lang-nursery/failure/pull/347"
|
||||
description = """
|
||||
The `failure` crate is officially end-of-life: it has been marked as deprecated
|
||||
by the former maintainer, who has announced that there will be no updates or
|
||||
maintenance work on it going forward.
|
||||
|
||||
The following are some suggested actively developed alternatives to switch to:
|
||||
|
||||
- [`anyhow`](https://crates.io/crates/anyhow)
|
||||
- [`eyre`](https://crates.io/crates/eyre)
|
||||
- [`snafu`](https://crates.io/crates/snafu)
|
||||
- [`thiserror`](https://crates.io/crates/thiserror)
|
||||
"""
|
||||
|
||||
[versions]
|
||||
unaffected = []
|
||||
patched = []
|
||||
Reference in New Issue
Block a user