Skip to content

Commit 081f562

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2020-0024.yaml
Aliases: CVE-2013-10005, GHSA-gxgj-xjcw-fv9p Updates #24 Fixes #1464 Change-Id: Ib047524676cf620fd65733941c6a32e86e087f34 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461435 Reviewed-by: Tatiana Bradley <tatiana@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Tatiana Bradley <tatiana@golang.org>
1 parent e7af2ad commit 081f562

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0024.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-2013-10005"
6+
"CVE-2013-10005",
7+
"GHSA-gxgj-xjcw-fv9p"
78
],
89
"details": "The RemoteAddr and LocalAddr methods on the returned net.Conn may call themselves, leading to an infinite loop which will crash the program due to a stack overflow.",
910
"affected": [

data/reports/GO-2020-0024.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ description: |
2020
call themselves, leading to an infinite loop which will crash the
2121
program due to a stack overflow.
2222
published: 2021-04-14T20:04:52Z
23+
ghsas:
24+
- GHSA-gxgj-xjcw-fv9p
2325
references:
2426
- fix: https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc
2527
cve_metadata:

0 commit comments

Comments
 (0)