Skip to content

Commit 71259c6

Browse files
tatianabgopherbot
authored andcommitted
data/reports: review GO-2022-0828
- data/reports/GO-2022-0828.yaml Fixes #828 Change-Id: I46dbeebd8db6744d065ad3f632fbb258cbd04ce7 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/635696 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Zvonimir Pavlinovic <[email protected]> Auto-Submit: Tatiana Bradley <[email protected]>
1 parent 539543c commit 71259c6

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

data/osv/GO-2022-0828.json

+12-6
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,24 @@
2828
]
2929
}
3030
],
31-
"ecosystem_specific": {}
31+
"ecosystem_specific": {
32+
"imports": [
33+
{
34+
"path": "github.com/containers/buildah/imagebuildah",
35+
"symbols": [
36+
"downloadToDirectory",
37+
"stdinToDirectory"
38+
]
39+
}
40+
]
41+
}
3242
}
3343
],
3444
"references": [
3545
{
3646
"type": "ADVISORY",
3747
"url": "https://github.com/advisories/GHSA-fx8w-mjvm-hvpc"
3848
},
39-
{
40-
"type": "ADVISORY",
41-
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10696"
42-
},
4349
{
4450
"type": "FIX",
4551
"url": "https://github.com/containers/buildah/pull/2245"
@@ -59,6 +65,6 @@
5965
],
6066
"database_specific": {
6167
"url": "https://pkg.go.dev/vuln/GO-2022-0828",
62-
"review_status": "UNREVIEWED"
68+
"review_status": "REVIEWED"
6369
}
6470
}

data/reports/GO-2022-0828.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,24 @@ modules:
44
versions:
55
- fixed: 1.14.4
66
vulnerable_at: 1.14.3
7+
packages:
8+
- package: github.com/containers/buildah/imagebuildah
9+
symbols:
10+
- downloadToDirectory
11+
- stdinToDirectory
712
summary: Path Traversal in Buildah in github.com/containers/buildah
813
cves:
914
- CVE-2020-10696
1015
ghsas:
1116
- GHSA-fx8w-mjvm-hvpc
1217
references:
1318
- advisory: https://github.com/advisories/GHSA-fx8w-mjvm-hvpc
14-
- advisory: https://nvd.nist.gov/vuln/detail/CVE-2020-10696
1519
- fix: https://github.com/containers/buildah/pull/2245
1620
- web: https://access.redhat.com/security/cve/cve-2020-10696
1721
- web: https://bugzilla.redhat.com/show_bug.cgi?id=1817651
1822
- web: https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10696
1923
source:
2024
id: GHSA-fx8w-mjvm-hvpc
21-
created: 2024-08-20T14:20:12.337951-04:00
22-
review_status: NEEDS_REVIEW
25+
created: 2024-12-12T12:49:21.996818-05:00
26+
review_status: REVIEWED
2327
unexcluded: NOT_IMPORTABLE

0 commit comments

Comments
 (0)