File tree 2 files changed +19
-9
lines changed
2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 28
28
]
29
29
}
30
30
],
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
+ }
32
42
}
33
43
],
34
44
"references" : [
35
45
{
36
46
"type" : " ADVISORY" ,
37
47
"url" : " https://github.com/advisories/GHSA-fx8w-mjvm-hvpc"
38
48
},
39
- {
40
- "type" : " ADVISORY" ,
41
- "url" : " https://nvd.nist.gov/vuln/detail/CVE-2020-10696"
42
- },
43
49
{
44
50
"type" : " FIX" ,
45
51
"url" : " https://github.com/containers/buildah/pull/2245"
59
65
],
60
66
"database_specific" : {
61
67
"url" : " https://pkg.go.dev/vuln/GO-2022-0828" ,
62
- "review_status" : " UNREVIEWED "
68
+ "review_status" : " REVIEWED "
63
69
}
64
70
}
Original file line number Diff line number Diff line change @@ -4,20 +4,24 @@ modules:
4
4
versions :
5
5
- fixed : 1.14.4
6
6
vulnerable_at : 1.14.3
7
+ packages :
8
+ - package : github.com/containers/buildah/imagebuildah
9
+ symbols :
10
+ - downloadToDirectory
11
+ - stdinToDirectory
7
12
summary : Path Traversal in Buildah in github.com/containers/buildah
8
13
cves :
9
14
- CVE-2020-10696
10
15
ghsas :
11
16
- GHSA-fx8w-mjvm-hvpc
12
17
references :
13
18
- advisory : https://github.com/advisories/GHSA-fx8w-mjvm-hvpc
14
- - advisory : https://nvd.nist.gov/vuln/detail/CVE-2020-10696
15
19
- fix : https://github.com/containers/buildah/pull/2245
16
20
- web : https://access.redhat.com/security/cve/cve-2020-10696
17
21
- web : https://bugzilla.redhat.com/show_bug.cgi?id=1817651
18
22
- web : https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2020-10696
19
23
source :
20
24
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
23
27
unexcluded : NOT_IMPORTABLE
You can’t perform that action at this time.
0 commit comments