mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-05 11:10:38 +01:00
Fix all advisories to pass linter
Mostly related to the `affected_functions` field, which has changed a few times.
This commit is contained in:
@@ -4,8 +4,8 @@ package = "hyper"
|
||||
date = "2016-05-09"
|
||||
url = "https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v094-2016-05-09"
|
||||
title = "HTTPS MitM vulnerability due to lack of hostname verification"
|
||||
categories = ["crypto-failure"]
|
||||
keywords = ["ssl", "mitm"]
|
||||
affected_os = ["windows"]
|
||||
patched_versions = [">= 0.9.4"]
|
||||
references = ["RUSTSEC-2016-0001"]
|
||||
description = """
|
||||
@@ -18,3 +18,6 @@ CA-issued certificate, even if there's a hostname mismatch.
|
||||
The problem was addressed by leveraging rust-openssl's built-in support for
|
||||
hostname verification.
|
||||
"""
|
||||
|
||||
[affected]
|
||||
os = ["windows"]
|
||||
|
||||
Reference in New Issue
Block a user