up min required sdk version to address cve-2025-30399

This commit is contained in:
Chris
2025-06-16 14:24:52 -06:00
parent 682dd601d5
commit becdb2b76f
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog # 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 ## [0.12.0] - 2025-05-06
### Changes ### Changes
@ -414,6 +419,7 @@ Initial release
[CVE-2023-36799]: https://github.com/dotnet/announcements/issues/275 [CVE-2023-36799]: https://github.com/dotnet/announcements/issues/275
[CVE-2024-30105]: https://github.com/dotnet/announcements/issues/315 [CVE-2024-30105]: https://github.com/dotnet/announcements/issues/315
[CVE-2024-38095]: https://github.com/dotnet/announcements/issues/312 [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 [legendary]: https://github.com/derrod/legendary
[heroic]: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher [heroic]: https://github.com/Heroic-Games-Launcher/HeroicGamesLauncher
[settings file]: README.md#settings [settings file]: README.md#settings

View File

@ -1,6 +1,6 @@
{ {
"sdk": { "sdk": {
"version": "8.0.100", "version": "8.0.314",
"rollForward": "latestFeature" "rollForward": "latestFeature"
} }
} }