Skip to content

Commit a609ca0

Browse files
tatianabgopherbot
authored andcommitted
data/reports: add vulnerable_at to GO-2021-0065.yaml
Aliases: CVE-2019-11250 Updates #65 Change-Id: I0b3b58acec9cce8ab298d9be9f1982757e7f8d3b Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/462617 Reviewed-by: Tatiana Bradley <tatiana@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Tatiana Bradley <tatiana@golang.org> Run-TryBot: Tatiana Bradley <tatiana@golang.org> Reviewed-by: Damien Neil <dneil@google.com>
1 parent 52ed438 commit a609ca0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

data/osv/GO-2021-0065.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@
3333
{
3434
"path": "k8s.io/client-go/transport",
3535
"symbols": [
36-
"debuggingRoundTripper.RoundTrip"
36+
"basicAuthRoundTripper.RoundTrip",
37+
"bearerAuthRoundTripper.RoundTrip",
38+
"debuggingRoundTripper.RoundTrip",
39+
"impersonatingRoundTripper.RoundTrip",
40+
"userAgentRoundTripper.RoundTrip"
3741
]
3842
}
3943
]

data/reports/GO-2021-0065.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ modules:
22
- module: k8s.io/client-go
33
versions:
44
- fixed: 0.17.0
5+
vulnerable_at: 0.16.16-rc.0
56
packages:
67
- package: k8s.io/client-go/transport
78
symbols:
89
- debuggingRoundTripper.RoundTrip
10+
derived_symbols:
11+
- basicAuthRoundTripper.RoundTrip
12+
- bearerAuthRoundTripper.RoundTrip
13+
- impersonatingRoundTripper.RoundTrip
14+
- userAgentRoundTripper.RoundTrip
915
- module: k8s.io/kubernetes
1016
versions:
1117
- fixed: 1.16.0-beta.1

0 commit comments

Comments
 (0)