Skip to content

Commit 84da7db

Browse files
tatianabTatiana Bradley
authored andcommitted
data/reports: add alias for GO-2020-0025.yaml
Aliases: CVE-2018-25046, GHSA-32qh-8vg6-9g43 Updates #25 Fixes #1229 Change-Id: I847fbb3e664617b1f4a91cd9493ada34ef88cf78 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/461439 Reviewed-by: Damien Neil <dneil@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Tatiana Bradley <tatiana@golang.org> Run-TryBot: Tatiana Bradley <tatiana@golang.org>
1 parent 0bb227e commit 84da7db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

data/osv/GO-2020-0025.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-2018-25046"
6+
"CVE-2018-25046",
7+
"GHSA-32qh-8vg6-9g43"
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-0025.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ description: |
2020
paths can cause files to be written (or overwritten) outside of the
2121
target directory.
2222
published: 2021-04-14T20:04:52Z
23+
ghsas:
24+
- GHSA-32qh-8vg6-9g43
2325
references:
2426
- fix: https://github.com/cloudfoundry/archiver/commit/09b5706aa9367972c09144a450bb4523049ee840
2527
- web: https://snyk.io/research/zip-slip-vulnerability

0 commit comments

Comments
 (0)