-
Notifications
You must be signed in to change notification settings - Fork 140
Expand file tree
/
Copy pathosv-scanner.toml
More file actions
228 lines (191 loc) · 10.1 KB
/
Copy pathosv-scanner.toml
File metadata and controls
228 lines (191 loc) · 10.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
# Vulnerability ignore list for the release gate in
# .github/workflows/release-scan.yml. Refs
# https://github.com/kairos-io/kairos/issues/3985.
#
# Policy
# ------
# * If a fix is published and can be taken, BUMP THE COMPONENT. Do not add an
# entry here. This list is for what cannot currently be fixed, not for what
# is inconvenient to fix.
# * Every entry states a reason, prefixed with one of the categories below.
# * An expired entry fails the build. That is deliberate -- it forces a
# re-look rather than letting an ignore become permanent by neglect.
#
# Categories and their expiry, chosen so the gate stays trustworthy:
#
# no-fix-available 90 days. Nothing upstream to wait for, so a short
# expiry would turn the gate red every week with no
# action available. Alarm fatigue is how a blocking
# gate becomes one everyone force-merges past.
# prerelease-only-fix ~2 weeks. A stable release is expected soon.
# major-upgrade-required ~30 days, plus a tracking issue. Needs planned work,
# not a decision taken during a release.
# upstream-regression ~60 days. A fix exists but taking it breaks the
# component; needs work in an upstream project we do
# not control, so a short expiry buys nothing.
# upstream-fix-pending ~30 days. The fix is written and submitted upstream
# but not merged. Shorter clock than the above,
# because this one is expected to resolve.
#
# Entries below were produced by a real scan of kairos-init v0.16.3's
# uncompressed bundle on 2026-08-12.
# ---------------------------------------------------------------------------
# no-fix-available -- no fixed version published upstream.
# All reached transitively through provider-kairos except x/crypto.
# ---------------------------------------------------------------------------
[[IgnoredVulns]]
id = "GO-2024-3218"
ignoreUntil = 2026-11-10
reason = "no-fix-available: CVE-2023-26248, github.com/libp2p/go-libp2p-kad-dht. No fixed version published. Transitive via provider-kairos."
[[IgnoredVulns]]
id = "GHSA-q7pp-wcgr-pffx"
ignoreUntil = 2026-11-10
reason = "no-fix-available: CVE-2023-36308, github.com/disintegration/imaging. No fixed version published; upstream is effectively unmaintained."
[[IgnoredVulns]]
id = "GO-2026-5298"
ignoreUntil = 2026-11-10
reason = "no-fix-available: CVE-2026-12681, github.com/google/go-attestation. No fixed version published."
[[IgnoredVulns]]
id = "GO-2026-4736"
ignoreUntil = 2026-11-10
reason = "no-fix-available: CVE-2026-30405, github.com/osrg/gobgp/v3. No fixed version published."
[[IgnoredVulns]]
id = "GO-2026-5932"
ignoreUntil = 2026-11-10
reason = "no-fix-available: golang.org/x/crypto. No fixed version published at any of the versions in the bundle."
# ---------------------------------------------------------------------------
# prerelease-only-fix -- the only published fix is Go 1.27.0-rc.2. Bumping the
# toolchain to a release candidate to clear CVEs is not a sane release action;
# these are taken with the stable 1.27.
# ---------------------------------------------------------------------------
[[IgnoredVulns]]
id = "GO-2026-4970"
ignoreUntil = 2026-08-26
reason = "prerelease-only-fix: CVE-2026-39822, Go stdlib. Fixed only in 1.27.0-rc.2; take with the stable 1.27 toolchain bump."
[[IgnoredVulns]]
id = "GO-2026-5037"
ignoreUntil = 2026-08-26
reason = "prerelease-only-fix: CVE-2026-27145, Go stdlib. Fixed only in 1.27.0-rc.2."
[[IgnoredVulns]]
id = "GO-2026-5038"
ignoreUntil = 2026-08-26
reason = "prerelease-only-fix: CVE-2026-42504, Go stdlib. Fixed only in 1.27.0-rc.2."
[[IgnoredVulns]]
id = "GO-2026-5039"
ignoreUntil = 2026-08-26
reason = "prerelease-only-fix: CVE-2026-42507, Go stdlib. Fixed only in 1.27.0-rc.2."
[[IgnoredVulns]]
id = "GO-2026-5856"
ignoreUntil = 2026-08-26
reason = "prerelease-only-fix: CVE-2026-42505, Go stdlib. Fixed only in 1.27.0-rc.2."
# ---------------------------------------------------------------------------
# major-upgrade-required -- fixed in containerd 2.3.2, a 1.7 -> 2.3 major
# upgrade inside provider-kairos. Planned work, not a release-time decision.
# ---------------------------------------------------------------------------
[[IgnoredVulns]]
id = "GHSA-xhf5-7wjv-pqxp"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-53488, containerd. Fixed in 2.3.2, a major upgrade in provider-kairos."
[[IgnoredVulns]]
id = "GO-2026-5758"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-53488 (Go advisory alias), containerd. Fixed in 2.3.2."
[[IgnoredVulns]]
id = "GHSA-jpcc-p29g-p8mq"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-47262, containerd. Fixed in 2.3.2."
[[IgnoredVulns]]
id = "GO-2026-5475"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-47262 (Go advisory alias), containerd. Fixed in 2.3.2."
[[IgnoredVulns]]
id = "GO-2026-5064"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-53492, containerd. Fixed in 2.3.2."
[[IgnoredVulns]]
id = "GO-2026-5338"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-50195, containerd. Fixed in 2.3.2."
[[IgnoredVulns]]
id = "GO-2026-5622"
ignoreUntil = 2026-09-11
reason = "major-upgrade-required: CVE-2026-53489, containerd. Fixed in 2.3.2."
# ---------------------------------------------------------------------------
# upstream-regression -- a fix exists upstream, but taking it breaks the
# component. Both of these are in the `edgevpn` binary, which ships in every
# Kairos release from mudler/edgevpn.
#
# Bisected against edgevpn's pkg/node suite, which exercises real peer-to-peer
# connectivity. Both make the "nodes can write to the ledger" spec time out at
# 240s where an unmodified checkout passes in 10-13s:
#
# webtransport-go v0.11.1 pulls quic-go 0.59.1 -> 0.60.0, and that alone
# reproduces it. go-libp2p pins quic-go tightly, so this likely needs a
# go-libp2p bump upstream first.
#
# x/text v0.39.0 passes alone but fails in combination with the pion bumps.
# x/text supplies IDNA, which multiaddr uses for DNS peer addresses.
#
# The two advisories that could be taken safely are in
# https://github.com/mudler/edgevpn/pull/1075. These two were left out of it
# deliberately. Full bisection table on that PR.
#
# Note both are also present in provider-kairos, where they are already fixed
# on main -- cutting a provider-kairos release clears them there, leaving only
# the edgevpn copies these entries cover.
# ---------------------------------------------------------------------------
[[IgnoredVulns]]
id = "GHSA-g35j-m5xg-vh3q"
ignoreUntil = 2026-10-11
reason = "upstream-regression: CVE-2026-57497, webtransport-go in edgevpn. Fix v0.11.1 pulls quic-go 0.60.0, which breaks libp2p peer connectivity. Needs a go-libp2p bump upstream. See mudler/edgevpn#1075."
[[IgnoredVulns]]
id = "GO-2026-5970"
ignoreUntil = 2026-10-11
reason = "upstream-regression: CVE-2026-56852, golang.org/x/text in edgevpn. Fix v0.39.0 breaks libp2p peer connectivity in combination with the pion bumps. See mudler/edgevpn#1075."
# ---------------------------------------------------------------------------
# upstream-fix-pending -- Go stdlib advisories carried by the `edgevpn` binary,
# which kairos-init consumes as a prebuilt tarball from mudler/edgevpn. Found
# by a scan of kairos-init v0.17.0's uncompressed bundle on 2026-08-14.
#
# All eight are fixed in Go 1.26.6. Every binary Kairos builds itself already
# ships at 1.26.6 and reports clean; edgevpn v0.35.3 was released from 1.26.4,
# and the version of Go a release was built with is not something a consumer
# can override. There is no code change to make anywhere -- these clear the
# moment mudler cuts any edgevpn release from a current toolchain, which is
# why the clock here is short rather than the 90 days no-fix-available buys.
#
# EDGEVPN_VERSION in kairos-init moves at the same time as the pion fixes
# above, so these should be re-looked at together with mudler/edgevpn#1075.
# ---------------------------------------------------------------------------
[[IgnoredVulns]]
id = "GO-2026-5026"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-39821, golang.org/x/net/idna in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-5942"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-46600, golang.org/x/net/dns/dnsmessage in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-5972"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-33818, encoding/asn1 in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-6088"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-56859, encoding/xml in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-6089"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-56853, net/http in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-6090"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-56862, crypto/tls in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-6091"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-56858, html/template in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."
[[IgnoredVulns]]
id = "GO-2026-6218"
ignoreUntil = 2026-09-13
reason = "upstream-fix-pending: CVE-2026-56860, net/url in the edgevpn binary. Fixed in Go 1.26.6; edgevpn v0.35.3 was built with 1.26.4. Needs an edgevpn release from a current toolchain."