Commit 4b6d5d9
fix(seed): remediate 35 csharp-seed container CVEs (#15735)
* [Grype Scan][csharp-seed] Scaffold PR for 35 vulnerabilities
* fix(seed): remediate 35 csharp-seed container CVEs
Patch the OS packages flagged by the 2026-05-06 grype scan against the
csharp-seed container (curl, libcurl3t64-gnutls, libcurl4t64,
libnghttp2-14, libcap2, sed) by upgrading them in the image layer.
Bump and pin the cached NuGet packages to non-vulnerable versions:
Portable.System.DateTimeOnly 8.0.2 -> 9.0.1
System.Text.Json 8.0.5 -> 10.0.5
Microsoft.Extensions.Logging.Abstractions 8.0.2 -> 10.0.0
Add explicit overrides so the vulnerable transitive versions of the
following are evicted from the warmed cache:
Microsoft.AspNetCore.Http -> 2.3.9
(GHSA-hxrm-9w7p-39cc)
Microsoft.AspNetCore.Server.Kestrel.Core -> 2.3.8
(GHSA-5rrx-jjjq-q2r5 / CVE-2025-55315)
OpenTelemetry / OpenTelemetry.Api /
OpenTelemetry.Exporter.OpenTelemetryProtocol -> 1.15.3
(GHSA-q834-8qmm-v933, GHSA-g94r-2vxg-569j, GHSA-mr8r-92fq-pj8p,
GHSA-4625-4j76-fww9)
System.Text.Encodings.Web -> 10.0.5
(GHSA-ghhp-997w-qr28; the 4.7.2 nupkg's netstandard1.0 fallback
DLL still ships FileVersion 4.6.29812.01 and grype reads it)
System.Formats.Asn1 -> 10.0.5
(GHSA-447r-wph3-92pm)
The System.Net.Http >= 4.3.4 floor and existing System.Security.
Cryptography.Xml resolution already resolve the remaining advisories
from the original scan.
Delete the grype scan scaffold file once remediation is in place.
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent 4aca76e commit 4b6d5d9
1 file changed
Lines changed: 61 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
23 | 43 | | |
24 | 44 | | |
25 | 45 | | |
26 | | - | |
| 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 | + | |
27 | 77 | | |
28 | 78 | | |
29 | 79 | | |
30 | 80 | | |
31 | 81 | | |
32 | 82 | | |
33 | | - | |
| 83 | + | |
34 | 84 | | |
35 | 85 | | |
36 | 86 | | |
37 | | - | |
| 87 | + | |
38 | 88 | | |
39 | 89 | | |
40 | 90 | | |
| |||
47 | 97 | | |
48 | 98 | | |
49 | 99 | | |
50 | | - | |
| 100 | + | |
51 | 101 | | |
52 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
53 | 110 | | |
54 | 111 | | |
55 | 112 | | |
| |||
0 commit comments