mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-03 10:05:26 +01:00
Add unmaintained advisory for stderr crate
This commit is contained in:
18
crates/stderr/RUSTSEC-0000-0000.md
Normal file
18
crates/stderr/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,18 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "stderr"
|
||||
date = "2020-12-22"
|
||||
url = "https://github.com/biluohc/stderr/issues/5"
|
||||
informational = "unmaintained"
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# stderr is unmaintained; use eprintln instead
|
||||
|
||||
The `stderr` crate is no longer maintained by its current owner.
|
||||
|
||||
The author recommends using the `eprintln` macro from the standard library as a
|
||||
replacement.
|
||||
Reference in New Issue
Block a user