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-0005"
package = "cookie"
patched_versions = ["< 0.6.0", "^0.6.2", ">= 0.7.6"]
dwf = []
url = "https://github.com/alexcrichton/cookie-rs/pull/86"
title = "Large cookie Max-Age values can cause a denial of service"
date = "2017-05-06"