Skip to content

Commit 3c4b965

Browse files
Update .NET SDK to 6.0.428 (#240)
* Update .NET SDK Update .NET SDK to version 6.0.428. --- updated-dependencies: - dependency-name: Microsoft.NET.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Bump .NET NuGet packages with 3 updates Bump .NET NuGet packages with 3 updates: Update Microsoft.AspNetCore.AzureAppServices.HostingStartup from 6.0.33 to 6.0.36. Update Microsoft.AspNetCore.HeaderPropagation from 6.0.33 to 6.0.36. Update Microsoft.Extensions.Configuration.Json from 8.0.0 to 8.0.1. --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.AzureAppServices.HostingStartup dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.AspNetCore.HeaderPropagation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Configuration.Json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * Change dependabot updates to monthly * Remove unused suppression --------- Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: HugoBurgess <hugo.burgess@ukho.gov.uk>
1 parent ab2781b commit 3c4b965

File tree

6 files changed

+43
-42
lines changed

6 files changed

+43
-42
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "nuget"
44
directory: "/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
ignore:
88
- dependency-name: "*"
99
update-types: ["version-update:semver-major"]
@@ -14,7 +14,7 @@ updates:
1414
- package-ecosystem: "nuget"
1515
directory: "/UKHO.PeriodicOutputService"
1616
schedule:
17-
interval: "weekly"
17+
interval: "monthly"
1818
ignore:
1919
- dependency-name: "*"
2020
update-types: ["version-update:semver-major"]

NVDSuppressions.xml

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,6 @@
103103
</notes>
104104
<cve>CVE-2023-36052</cve>
105105
</suppress>
106-
<suppress>
107-
<notes>
108-
<![CDATA[
109-
file name: Various
110-
False positive - applies to https://www.drupal.org
111-
]]>
112-
</notes>
113-
<cve>CVE-2014-9152</cve>
114-
</suppress>
115106
<suppress>
116107
<notes>
117108
<![CDATA[
@@ -442,34 +433,44 @@
442433
<cve>CVE-2018-9117</cve>
443434
</suppress>
444435
<suppress>
445-
<notes><![CDATA[
436+
<notes>
437+
<![CDATA[
446438
file name: Azure.Identity.dll
447-
]]></notes>
448-
<cve>CVE-2024-35255</cve>
449-
</suppress>
450-
<suppress>
451-
<notes><![CDATA[
439+
]]>
440+
</notes>
441+
<cve>CVE-2024-35255</cve>
442+
</suppress>
443+
<suppress>
444+
<notes>
445+
<![CDATA[
452446
file name: System.Text.Json:8.0.0
453-
]]></notes>
454-
<vulnerabilityName>CVE-2024-30105</vulnerabilityName>
455-
</suppress>
456-
<suppress>
457-
<notes><![CDATA[
447+
]]>
448+
</notes>
449+
<vulnerabilityName>CVE-2024-30105</vulnerabilityName>
450+
</suppress>
451+
<suppress>
452+
<notes>
453+
<![CDATA[
458454
file name: Azure.Core.dll
459-
]]></notes>
460-
<cve>CVE-2024-43591</cve>
461-
</suppress>
462-
<suppress>
463-
<notes><![CDATA[
455+
]]>
456+
</notes>
457+
<cve>CVE-2024-43591</cve>
458+
</suppress>
459+
<suppress>
460+
<notes>
461+
<![CDATA[
464462
file name: Microsoft.Extensions.Caching.Memory:8.0.0
465-
]]></notes>
466-
<vulnerabilityName>CVE-2024-43483</vulnerabilityName>
467-
</suppress>
468-
<suppress>
469-
<notes><![CDATA[
463+
]]>
464+
</notes>
465+
<vulnerabilityName>CVE-2024-43483</vulnerabilityName>
466+
</suppress>
467+
<suppress>
468+
<notes>
469+
<![CDATA[
470470
file name: System.Text.Json:6.0.0
471471
file name: System.Text.Json:8.0.0
472-
]]></notes>
473-
<vulnerabilityName>CVE-2024-43485</vulnerabilityName>
474-
</suppress>
472+
]]>
473+
</notes>
474+
<vulnerabilityName>CVE-2024-43485</vulnerabilityName>
475+
</suppress>
475476
</suppressions>

UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API/UKHO.FmEssFssMock.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<ItemGroup>
1414
<PackageReference Include="Azure.Storage.Blobs" Version="12.21.2" />
1515
<PackageReference Include="FluentValidation" Version="11.9.2" />
16-
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="6.0.33" />
16+
<PackageReference Include="Microsoft.AspNetCore.HeaderPropagation" Version="6.0.36" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1818
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="6.7.3" />
1919
</ItemGroup>

UKHO.PKSWireMockService.API/UKHO.PKSWireMock.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<PackageReference Include="JsonConverter.Abstractions" Version="0.6.0" />
1111
<PackageReference Include="JsonConverter.Newtonsoft.Json" Version="0.6.0" />
12-
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="6.0.33" />
12+
<PackageReference Include="Microsoft.AspNetCore.AzureAppServices.HostingStartup" Version="6.0.36" />
1313
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
1414
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
1515
<PackageReference Include="WireMock.Net" Version="1.6.3" />

UKHO.PeriodicOutputService/UKHO.PeriodicOutputService.API.FunctionalTests/UKHO.PeriodicOutputService.API.FunctionalTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<ItemGroup>
1212
<PackageReference Include="FluentAssertions" Version="6.12.0" />
1313
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.2" />
14-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.0" />
14+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="8.0.1" />
1515
<PackageReference Include="Microsoft.Identity.Client" Version="4.64.0" />
1616
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1717
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />

global.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"sdk": {
3-
"version": "6.0.425",
4-
"rollForward": "latestFeature"
5-
}
2+
"sdk": {
3+
"version": "6.0.428",
4+
"rollForward": "latestFeature"
5+
}
66
}

0 commit comments

Comments
 (0)