File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"affected" : [
19
19
{
20
- "vendor" : " Go toolchain " ,
21
- "product" : " cmd/go " ,
20
+ "vendor" : " Go standard library " ,
21
+ "product" : " runtime " ,
22
22
"collectionURL" : " https://pkg.go.dev" ,
23
- "packageName" : " cmd/go " ,
23
+ "packageName" : " runtime " ,
24
24
"versions" : [
25
25
{
26
26
"version" : " 0" ,
Original file line number Diff line number Diff line change 10
10
"affected" : [
11
11
{
12
12
"package" : {
13
- "name" : " toolchain " ,
13
+ "name" : " stdlib " ,
14
14
"ecosystem" : " Go"
15
15
},
16
16
"ranges" : [
35
35
"ecosystem_specific" : {
36
36
"imports" : [
37
37
{
38
- "path" : " cmd/go "
38
+ "path" : " runtime "
39
39
}
40
40
]
41
41
}
Original file line number Diff line number Diff line change 1
1
id : GO-2023-1840
2
2
modules :
3
- - module : cmd
3
+ - module : std
4
4
versions :
5
5
- fixed : 1.19.10
6
6
- introduced : 1.20.0-0
7
7
fixed : 1.20.5
8
8
vulnerable_at : 1.20.4
9
9
packages :
10
- - package : cmd/go
11
- summary : Unsafe behavior in setuid/setgid binaries in Go runtime
10
+ - package : runtime
11
+ summary : Unsafe behavior in setuid/setgid binaries in runtime
12
12
description : |
13
13
On Unix platforms, the Go runtime does not behave differently when a binary
14
14
is run with the setuid/setgid bits. This can be dangerous in certain
You can’t perform that action at this time.
0 commit comments