Skip to content

Commit 36b3594

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2020-0034.yaml
Aliases: CVE-2020-36560, GHSA-rmj9-q58g-9qgg Updates #34 Fixes #1247 Change-Id: I8a84934afebaccec6b5e2b0db80065b6a9430c90 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461477 Reviewed-by: Damien Neil <dneil@google.com> Run-TryBot: Tatiana Bradley <tatiana@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tatiana Bradley <tatiana@golang.org>
1 parent fc8bccf commit 36b3594

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0034.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-36560"
6+
"CVE-2020-36560",
7+
"GHSA-rmj9-q58g-9qgg"
78
],
89
"details": "Due to improper path santization, archives containing relative file paths can cause files to be written (or overwritten) outside of the target directory.",
910
"affected": [

data/reports/GO-2020-0034.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ description: |
1111
paths can cause files to be written (or overwritten) outside of the
1212
target directory.
1313
published: 2021-04-14T20:04:52Z
14+
ghsas:
15+
- GHSA-rmj9-q58g-9qgg
1416
references:
1517
- fix: https://github.com/artdarek/go-unzip/pull/2
1618
- fix: https://github.com/artdarek/go-unzip/commit/4975cbe0a719dc50b12da8585f1f207c82f7dfe0

0 commit comments

Comments
 (0)