mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 07:45:34 +00:00
up min required sdk version to address cve-2025-30399
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"sdk": {
|
"sdk": {
|
||||||
"version": "8.0.100",
|
"version": "8.0.314",
|
||||||
"rollForward": "latestFeature"
|
"rollForward": "latestFeature"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user