Merge pull request #257 from hawkw/patch-1

Fix patched version for RUSTSEC-2020-0008
This commit is contained in:
Tony Arcieri
2020-03-31 12:14:37 -07:00
committed by GitHub

View File

@@ -20,8 +20,8 @@ runtime. This allows bypassing CORS restrictions. In combination with other
vulnerabilities, such as an exploitable web server listening on loopback, it may
allow remote code execution.
The flaw was corrected in hyper version 0.12.35.
The flaw was corrected in hyper version 0.12.34.
"""
[versions]
patched = [">= 0.12.35"]
patched = [">= 0.12.34"]