Error NU1903 known high severity vulnerability

RunUAT.bat BuildCookRun -project=“<my project file name was here”.uproject -platform=Win64 -clientconfig=Development -build -cook -stage -pak -archive -archivedirectory=“”

Running AutomationTool…

Using bundled DotNet SDK version: 8.0.300 win-x64

Building AutomationTool…

AutomationTool.csproj : warning NU1903: Package ‘Magick.NET-Q16-HDRI-AnyCPU’ 14.0.0 has a known high severity vulnerability

Build FAILED.

What to do? This is the latest UE, latest VS, latest everything…

Error NU1903 means a package has a high-severity vulnerability. Update the package to a safer version or use ignore vulnerabilities only if necessary and temporary.

Hello!

You can grab this commit that updates the dependency to a safe version the assembly: https://github.com/EpicGames/UnrealEngine/commit/70d55c2e28617f79543422b72555f916b6fed920

Regards,

Martin