File tree 8 files changed +6
-82
lines changed
8 files changed +6
-82
lines changed Original file line number Diff line number Diff line change 43
43
}
44
44
]
45
45
}
46
- },
47
- {
48
- "package" : {
49
- "name" : " k8s.io/kubernetes" ,
50
- "ecosystem" : " Go"
51
- },
52
- "ranges" : [
53
- {
54
- "type" : " SEMVER" ,
55
- "events" : [
56
- {
57
- "introduced" : " 0"
58
- },
59
- {
60
- "fixed" : " 1.20.0-alpha.2"
61
- }
62
- ]
63
- }
64
- ],
65
- "ecosystem_specific" : {
66
- "imports" : [
67
- {
68
- "path" : " k8s.io/kubernetes/staging/src/k8s.io/client-go/transport" ,
69
- "symbols" : [
70
- " requestInfo.toCurl"
71
- ]
72
- }
73
- ]
74
- }
75
46
}
76
47
],
77
48
"references" : [
Original file line number Diff line number Diff line change 42
42
}
43
43
]
44
44
}
45
- },
46
- {
47
- "package" : {
48
- "name" : " k8s.io/kubernetes" ,
49
- "ecosystem" : " Go"
50
- },
51
- "ranges" : [
52
- {
53
- "type" : " SEMVER" ,
54
- "events" : [
55
- {
56
- "introduced" : " 0"
57
- },
58
- {
59
- "fixed" : " 1.16.0-beta.1"
60
- }
61
- ]
62
- }
63
- ],
64
- "ecosystem_specific" : {
65
- "imports" : [
66
- {
67
- "path" : " k8s.io/kubernetes/staging/src/k8s.io/client-go/transport" ,
68
- "symbols" : [
69
- " debuggingRoundTripper.RoundTrip"
70
- ]
71
- }
72
- ]
73
- }
74
45
}
75
46
],
76
47
"references" : [
Original file line number Diff line number Diff line change 43
43
]
44
44
},
45
45
{
46
- "path" : " k8s.io/kubernetes/pkg/storage" ,
46
+ "path" : " k8s.io/kubernetes/pkg/api/ storage" ,
47
47
"symbols" : [
48
48
" NamespaceKeyFunc" ,
49
49
" NoNamespaceKeyFunc"
Original file line number Diff line number Diff line change 31
31
"ecosystem_specific" : {
32
32
"imports" : [
33
33
{
34
- "path" : " github.com/docker/cli/command" ,
34
+ "path" : " github.com/docker/cli/cli/ command" ,
35
35
"symbols" : [
36
36
" GetDefaultAuthConfig" ,
37
37
" RegistryAuthenticationPrivilegedFunc"
38
38
]
39
39
},
40
40
{
41
- "path" : " github.com/docker/cli/command/registry" ,
41
+ "path" : " github.com/docker/cli/cli/ command/registry" ,
42
42
"symbols" : [
43
43
" runLogin"
44
44
]
Original file line number Diff line number Diff line change @@ -14,15 +14,6 @@ modules:
14
14
- debuggingRoundTripper.RoundTrip
15
15
- impersonatingRoundTripper.RoundTrip
16
16
- userAgentRoundTripper.RoundTrip
17
- - module : k8s.io/kubernetes
18
- versions :
19
- - fixed : 1.20.0-alpha.2
20
- vulnerable_at : 1.20.0-alpha.1
21
- packages :
22
- - package : k8s.io/kubernetes/staging/src/k8s.io/client-go/transport
23
- symbols :
24
- - requestInfo.toCurl
25
- skip_fix : ' TODO: revisit this reason (module does not contain package k8s.io/kubernetes/staging/src/k8s.io/client-go/transport)'
26
17
summary : |-
27
18
Unauthorized credential disclosure via debug logs in k8s.io/kubernetes and
28
19
k8s.io/client-go
Original file line number Diff line number Diff line change @@ -13,15 +13,6 @@ modules:
13
13
- bearerAuthRoundTripper.RoundTrip
14
14
- impersonatingRoundTripper.RoundTrip
15
15
- userAgentRoundTripper.RoundTrip
16
- - module : k8s.io/kubernetes
17
- versions :
18
- - fixed : 1.16.0-beta.1
19
- vulnerable_at : 1.16.0-beta.0
20
- packages :
21
- - package : k8s.io/kubernetes/staging/src/k8s.io/client-go/transport
22
- symbols :
23
- - debuggingRoundTripper.RoundTrip
24
- skip_fix : ' TODO: revisit this reason (module does not contain package k8s.io/kubernetes/staging/src/k8s.io/client-go/transport)'
25
16
summary : Unauthorized credential disclosure in k8s.io/kubernetes and k8s.io/client-go
26
17
description : |-
27
18
Authorization tokens may be inappropriately logged if the verbosity level is set
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ modules:
13
13
symbols :
14
14
- NamespaceKeyFunc
15
15
skip_fix : ' TODO: Revisit this reason (Dependency github.com/docker/docker/pkg/units no longer exists)'
16
- - package : k8s.io/kubernetes/pkg/storage
16
+ - package : k8s.io/kubernetes/pkg/api/ storage
17
17
symbols :
18
18
- NamespaceKeyFunc
19
19
- NoNamespaceKeyFunc
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ modules:
5
5
- fixed : 20.10.9+incompatible
6
6
vulnerable_at : 20.10.8+incompatible
7
7
packages :
8
- - package : github.com/docker/cli/command
8
+ - package : github.com/docker/cli/cli/ command
9
9
symbols :
10
10
- RegistryAuthenticationPrivilegedFunc
11
11
- GetDefaultAuthConfig
12
12
skip_fix : fix error due to incompatible version
13
- - package : github.com/docker/cli/command/registry
13
+ - package : github.com/docker/cli/cli/ command/registry
14
14
symbols :
15
15
- runLogin
16
16
skip_fix : fix error due to incompatible version
You can’t perform that action at this time.
0 commit comments