Skip to content

Commit 0bb227e

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2020-0020.yaml
Aliases: CVE-2017-20146, GHSA-jcr6-mmjj-pchw Updates #20 Fixes #1237 Change-Id: I7b8f6229cd5a05580918edc9f8110c39568039d4 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461438 TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Reviewed-by: Tatiana Bradley <tatiana@golang.org> Run-TryBot: Tatiana Bradley <tatiana@golang.org>
1 parent 53753e4 commit 0bb227e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0020.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"published": "2021-04-14T20:04:52Z",
44
"modified": "0001-01-01T00:00:00Z",
55
"aliases": [
6-
"CVE-2017-20146"
6+
"CVE-2017-20146",
7+
"GHSA-jcr6-mmjj-pchw"
78
],
89
"details": "Usage of the CORS handler may apply improper CORS headers, allowing the requester to explicitly control the value of the Access-Control-Allow-Origin header, which bypasses the expected behavior of the Same Origin Policy.",
910
"affected": [

data/reports/GO-2020-0020.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |
1111
the requester to explicitly control the value of the Access-Control-Allow-Origin
1212
header, which bypasses the expected behavior of the Same Origin Policy.
1313
published: 2021-04-14T20:04:52Z
14+
ghsas:
15+
- GHSA-jcr6-mmjj-pchw
1416
credit: Evan J Johnson
1517
references:
1618
- fix: https://github.com/gorilla/handlers/pull/116

0 commit comments

Comments
 (0)