Skip to content

Commit 37c5cbe

Browse files
committed
data/reports: update 4 reports
Remove/fix non-existent packages. - data/reports/GO-2021-0064.yaml - data/reports/GO-2021-0065.yaml - data/reports/GO-2024-0701.yaml - data/reports/GO-2024-2912.yaml Updates #64 Updates #65 Updates #701 Updates #2912 Change-Id: Id36b6a47f75c4afb79318d0c3b9ff3b62c5be601 Reviewed-on: https://go-review.googlesource.com/c/vulndb/+/599177 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Damien Neil <dneil@google.com>
1 parent 76c7a5b commit 37c5cbe

8 files changed

+6
-82
lines changed

data/osv/GO-2021-0064.json

-29
Original file line numberDiff line numberDiff line change
@@ -43,35 +43,6 @@
4343
}
4444
]
4545
}
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-
}
7546
}
7647
],
7748
"references": [

data/osv/GO-2021-0065.json

-29
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,6 @@
4242
}
4343
]
4444
}
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-
}
7445
}
7546
],
7647
"references": [

data/osv/GO-2022-0701.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
]
4444
},
4545
{
46-
"path": "k8s.io/kubernetes/pkg/storage",
46+
"path": "k8s.io/kubernetes/pkg/api/storage",
4747
"symbols": [
4848
"NamespaceKeyFunc",
4949
"NoNamespaceKeyFunc"

data/osv/GO-2024-2912.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@
3131
"ecosystem_specific": {
3232
"imports": [
3333
{
34-
"path": "github.com/docker/cli/command",
34+
"path": "github.com/docker/cli/cli/command",
3535
"symbols": [
3636
"GetDefaultAuthConfig",
3737
"RegistryAuthenticationPrivilegedFunc"
3838
]
3939
},
4040
{
41-
"path": "github.com/docker/cli/command/registry",
41+
"path": "github.com/docker/cli/cli/command/registry",
4242
"symbols": [
4343
"runLogin"
4444
]

data/reports/GO-2021-0064.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,6 @@ modules:
1414
- debuggingRoundTripper.RoundTrip
1515
- impersonatingRoundTripper.RoundTrip
1616
- 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)'
2617
summary: |-
2718
Unauthorized credential disclosure via debug logs in k8s.io/kubernetes and
2819
k8s.io/client-go

data/reports/GO-2021-0065.yaml

-9
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,6 @@ modules:
1313
- bearerAuthRoundTripper.RoundTrip
1414
- impersonatingRoundTripper.RoundTrip
1515
- 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)'
2516
summary: Unauthorized credential disclosure in k8s.io/kubernetes and k8s.io/client-go
2617
description: |-
2718
Authorization tokens may be inappropriately logged if the verbosity level is set

data/reports/GO-2022-0701.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ modules:
1313
symbols:
1414
- NamespaceKeyFunc
1515
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
1717
symbols:
1818
- NamespaceKeyFunc
1919
- NoNamespaceKeyFunc

data/reports/GO-2024-2912.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ modules:
55
- fixed: 20.10.9+incompatible
66
vulnerable_at: 20.10.8+incompatible
77
packages:
8-
- package: github.com/docker/cli/command
8+
- package: github.com/docker/cli/cli/command
99
symbols:
1010
- RegistryAuthenticationPrivilegedFunc
1111
- GetDefaultAuthConfig
1212
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
1414
symbols:
1515
- runLogin
1616
skip_fix: fix error due to incompatible version

0 commit comments

Comments
 (0)