Fix typo in http CVE number (#564)

This commit is contained in:
Yechan Bae
2021-01-15 10:32:15 -05:00
committed by GitHub
parent 14b29c77eb
commit b08a98acc7

View File

@@ -2,7 +2,7 @@
[advisory]
id = "RUSTSEC-2019-0034"
package = "http"
aliases = ["CVE-2020-25009"]
aliases = ["CVE-2019-25009"]
categories = ["memory-corruption"]
date = "2019-11-16"
keywords = ["memory-safety", "double-free", "unsound"]