Skip to content

Commit 3dce573

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2020-0040.yaml
Aliases: CVE-2020-36562, GHSA-p6fg-723f-hgpw Updates #40 Fixes #1241 Change-Id: I1db6b1a4835fc898ed137eb864fc911f4419e244 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461479 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 36b3594 commit 3dce573

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0040.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-2020-36562"
6+
"CVE-2020-36562",
7+
"GHSA-p6fg-723f-hgpw"
78
],
89
"details": "Due to unchecked type assertions, maliciously crafted messages can cause panics, which may be used as a denial of service vector.",
910
"affected": [

data/reports/GO-2020-0040.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ description: |
66
Due to unchecked type assertions, maliciously crafted messages can
77
cause panics, which may be used as a denial of service vector.
88
published: 2021-04-14T20:04:52Z
9+
ghsas:
10+
- GHSA-p6fg-723f-hgpw
911
credit: '@hMihaiDavid'
1012
references:
1113
- web: https://github.com/shiyanhui/dht/issues/57

0 commit comments

Comments
 (0)