File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 33
33
{
34
34
"path" : " k8s.io/client-go/transport" ,
35
35
"symbols" : [
36
- " debuggingRoundTripper.RoundTrip"
36
+ " basicAuthRoundTripper.RoundTrip" ,
37
+ " bearerAuthRoundTripper.RoundTrip" ,
38
+ " debuggingRoundTripper.RoundTrip" ,
39
+ " impersonatingRoundTripper.RoundTrip" ,
40
+ " userAgentRoundTripper.RoundTrip"
37
41
]
38
42
}
39
43
]
Original file line number Diff line number Diff line change @@ -2,10 +2,16 @@ modules:
2
2
- module : k8s.io/client-go
3
3
versions :
4
4
- fixed : 0.17.0
5
+ vulnerable_at : 0.16.16-rc.0
5
6
packages :
6
7
- package : k8s.io/client-go/transport
7
8
symbols :
8
9
- debuggingRoundTripper.RoundTrip
10
+ derived_symbols :
11
+ - basicAuthRoundTripper.RoundTrip
12
+ - bearerAuthRoundTripper.RoundTrip
13
+ - impersonatingRoundTripper.RoundTrip
14
+ - userAgentRoundTripper.RoundTrip
9
15
- module : k8s.io/kubernetes
10
16
versions :
11
17
- fixed : 1.16.0-beta.1
You can’t perform that action at this time.
0 commit comments