drop commented-out fields

This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-12-18 17:21:04 +01:00
committed by GitHub
parent f8b4364f88
commit ce0f9692ff

View File

@@ -7,15 +7,12 @@ url = "https://github.com/http-rs/async-h1/releases/tag/v2.3.0"
categories = []
keywords = ["smuggling", "http", "reverse proxy", "request smuggling"]
aliases = ["GHSA-4vr9-8cjf-vf9c"]
#cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H"
[versions]
patched = [">= 2.3.0"]
unaffected = []
[affected]
#arch = ["x86"]
#os = ["windows"]
functions = {"async_h1::server::decode" = ["< 2.3.0"], "async_h1::server::accept" = ["< 2.3.0"]}
```