mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
* Add `withdrawn` field to advisories, recording the yank date * Synthetic signed commit for testing * Add `withdrawn` field to lubpulse-binding advisory forgotten on the first pass
19 lines
380 B
Markdown
19 lines
380 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0053"
|
|
package = "dirs"
|
|
date = "2020-10-16"
|
|
informational = "unmaintained"
|
|
url = "https://github.com/dirs-dev/dirs-rs"
|
|
yanked = true
|
|
withdrawn = "2021-04-19"
|
|
|
|
[versions]
|
|
patched = []
|
|
```
|
|
|
|
# dirs is unmaintained, use dirs-next instead
|
|
|
|
The `dirs` crate is not maintained any more;
|
|
use [`dirs-next`](https://crates.io/crates/dirs-next) instead.
|