Rename "dwf" TOML tag to "aliases" (closes #36)

Nobody knows what "dwf" is, and the data isn't presently consumed or
surfaced by the `rustsec` crate, so we (hopefully) can rename it without
breaking anything.
This commit is contained in:
Tony Arcieri
2018-07-21 19:47:30 -07:00
parent cf97bdac6e
commit cb81d3ceaa
10 changed files with 9 additions and 23 deletions

View File

@@ -2,7 +2,6 @@
id = "RUSTSEC-2017-0002"
package = "hyper"
patched_versions = [">= 0.10.2", "< 0.10.0, >= 0.9.18"]
dwf = []
date = "2017-01-23"
url = "https://github.com/hyperium/hyper/wiki/Security-001"
title = "headers containing newline characters can split messages"