mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-19 09:55:13 +01:00
Merge pull request #182 from RustSec/unmaintained-crates/term
Add unmaintained crate informational advisory: term
This commit is contained in:
20
crates/term/RUSTSEC-2018-0015.toml
Normal file
20
crates/term/RUSTSEC-2018-0015.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2018-0015"
|
||||
package = "term"
|
||||
title = "term is looking for a new maintainer"
|
||||
informational = "unmaintained"
|
||||
date = "2018-11-19"
|
||||
url = "https://github.com/Stebalien/term/issues/93"
|
||||
unaffected_versions = ["> 0.6.1"] # last release
|
||||
patched_versions = []
|
||||
description = """
|
||||
The author of the `term` crate does not have time to maintain it and is looking
|
||||
for a new maintainer.
|
||||
|
||||
Some maintained alternatives you can potentially switch to instead, depending
|
||||
on your needs:
|
||||
|
||||
- [`crossterm`](https://github.com/crossterm-rs/crossterm)
|
||||
- [`termcolor`](https://crates.io/crates/termcolor)
|
||||
- [`yansi`](https://crates.io/crates/yansi)
|
||||
"""
|
||||
Reference in New Issue
Block a user