From becdb2b76f7309f816637938f2d6313056ed8d1e Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 16 Jun 2025 14:24:52 -0600 Subject: [PATCH] up min required sdk version to address cve-2025-30399 --- CHANGELOG.md | 6 ++++++ global.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ca8938..4453eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [unreleased] + +### Security +- Address [CVE-2025-30399] by building with latest version of the .Net SDK (>= 8.0.314) + ## [0.12.0] - 2025-05-06 ### Changes @@ -414,6 +419,7 @@ Initial release [CVE-2023-36799]: https://github.com/dotnet/announcements/issues/275 [CVE-2024-30105]: https://github.com/dotnet/announcements/issues/315 [CVE-2024-38095]: https://github.com/dotnet/announcements/issues/312 +[CVE-2025-30399]: https://github.com/dotnet/announcements/issues/362 [legendary]: https://github.com/derrod/legendary [heroic]: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher [settings file]: README.md#settings diff --git a/global.json b/global.json index 391ba3c..d93eb27 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "8.0.314", "rollForward": "latestFeature" } }