Commit 3b02658
committed
fix: pin .NET SDK digests and disable NuGet audit in nethermind Dockerfile
The nethermind Dockerfile used floating tags (dotnet/sdk:10.0-noble and
dotnet/aspnet:10.0-noble). Pin both to the exact digests that Nethermind
1.36.2 uses upstream.
Additionally, NuGet's vulnerability database was updated after the
1.36.2 release to flag Microsoft.AspNetCore.DataProtection 10.0.1 as
critically vulnerable (GHSA-9mv3-2cwr-p262). Since Nethermind treats
warnings as errors, dotnet restore now fails with NU1904. Disable
NuGet audit at build time with -p:NuGetAudit=false to unblock CI.
The vulnerability is an upstream Nethermind concern, not ours to patch.1 parent 3bac950 commit 3b02658
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments