data/reports: add alias for GO-2020-0024.yaml

Aliases: CVE-2013-10005, GHSA-gxgj-xjcw-fv9p

Updates golang/vulndb#24
Fixes golang/vulndb#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>
diff --git a/data/osv/GO-2020-0024.json b/data/osv/GO-2020-0024.json
index f99fa5a..750e70c 100644
--- a/data/osv/GO-2020-0024.json
+++ b/data/osv/GO-2020-0024.json
@@ -3,7 +3,8 @@
   "published": "2021-04-14T20:04:52Z",
   "modified": "0001-01-01T00:00:00Z",
   "aliases": [
-    "CVE-2013-10005"
+    "CVE-2013-10005",
+    "GHSA-gxgj-xjcw-fv9p"
   ],
   "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.",
   "affected": [
diff --git a/data/reports/GO-2020-0024.yaml b/data/reports/GO-2020-0024.yaml
index 5d7eadd..2ef23a8 100644
--- a/data/reports/GO-2020-0024.yaml
+++ b/data/reports/GO-2020-0024.yaml
@@ -20,6 +20,8 @@
     call themselves, leading to an infinite loop which will crash the
     program due to a stack overflow.
 published: 2021-04-14T20:04:52Z
+ghsas:
+  - GHSA-gxgj-xjcw-fv9p
 references:
   - fix: https://github.com/btcsuite/go-socks/commit/233bccbb1abe02f05750f7ace66f5bffdb13defc
 cve_metadata: