Commit 1f88abb
authored
Update to go1.24.6 (#8330)
This version includes security fixes to the database/sql package, which
may affect us.
https://groups.google.com/g/golang-announce/c/x5MKroML2yM
> database/sql: incorrect results returned from Rows.Scan
>
> Cancelling a query (e.g. by cancelling the context passed to one of
the query
> methods) during a call to the Scan method of the returned Rows can
result in
> unexpected results if other queries are being made in parallel. This
can result
> in a race condition that may overwrite the expected results with those
of
> another query, causing the call to Scan to return either unexpected
results
> from the other query or an error.
>
> We believe this affects most database/sql drivers.
>
> Thanks to Spike Curtis from Coder for reporting this issue.
>
> This is CVE-2025-47907 and https://go.dev/issue/74831.1 parent 1816172 commit 1f88abb
File tree
5 files changed
+8
-5
lines changed- .github/workflows
- test/boulder-tools
5 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
19 | | - | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments