mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-24 12:20:34 +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
18 lines
354 B
Markdown
18 lines
354 B
Markdown
```toml
|
|
[advisory]
|
|
id = "RUSTSEC-2020-0055"
|
|
package = "libpulse-binding"
|
|
date = "2020-10-21"
|
|
url = "https://rustsec.org/advisories/RUSTSEC-2018-0020.html"
|
|
yanked = true
|
|
withdrawn = "2020-10-22"
|
|
|
|
[versions]
|
|
patched = []
|
|
unaffected = ["> 0"]
|
|
```
|
|
|
|
# Please see RUSTSEC-2018-0020
|
|
|
|
This vulnerability was misfiled under the wrong year and has been withdrawn.
|