Commit 172ea95
authored
chore(deps): update dependabot to scan /cmd/osgen and fixes CVE-2026-56852 (#1019)
* chore(deps): bump kin-openapi to v0.144.0 and golang.org/x/text to v0.40.0
Fixes CVE-2026-56852 (High, CVSS 7.5): golang.org/x/text v0.14.0 had a
norm.Iter infinite loop on invalid UTF-8 input. The vulnerable library
entered the dependency graph via:
kin-openapi v0.142.0 → santhosh-tekuri/jsonschema/v6 v6.0.2 → x/text v0.14.0
Bump kin-openapi from v0.142.0 to v0.144.0 and pin x/text to v0.40.0.
Fixes #1000
Signed-off-by: Ryan Yuan <ryan.yuan@crowdstrike.com>
* ci: point Dependabot at the cmd/osgen module
The gomod entry used the singular `directory: "/"` key, which reads one
manifest and cannot express a second, so the nested cmd/osgen module went
unwatched from the day it was added. Its kin-openapi requirement stayed on
0.142.0 long enough for the stale transitive golang.org/x/text to pick up
CVE-2026-56852.
Switch to the plural `directories` key with both module paths listed. Modules
are enumerated rather than globbed because linter testdata fixtures pin old
dependency versions on purpose and must stay out of scope; a glob such as
/cmd/* would eventually sweep them in.
Signed-off-by: Ryan Yuan <ryan.yuan@crowdstrike.com>
* ci: pin the Dependabot window to Tuesday 14:00 Pacific
Both update blocks used a bare `interval: "weekly"`, which lets Dependabot
choose the day and reads any `time` as UTC. Pin the day, time, and timezone so
the batch arrives predictably.
Tuesday 14:00 in Seattle is Wednesday 07:00 in Melbourne during AEST and
Wednesday 09:00 during AEDT, so the batch lands in work hours at both ends.
07:00 Pacific is the floor: the two cities are 17 hours apart for part of the
year, and anything earlier puts Melbourne back on Tuesday.
Signed-off-by: Ryan Yuan <ryan.yuan@crowdstrike.com>
---------
Signed-off-by: Ryan Yuan <ryan.yuan@crowdstrike.com>1 parent dc37a07 commit 172ea95
4 files changed
Lines changed: 35 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
5 | 18 | | |
6 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
7 | 23 | | |
8 | 24 | | |
9 | 25 | | |
10 | 26 | | |
11 | 27 | | |
| 28 | + | |
12 | 29 | | |
13 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
14 | 34 | | |
15 | 35 | | |
16 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments