Skip to content

Prevent Security Vulnerability Errors from Magick by Not Treating Warnings as Errors#397

Merged
pete-tempo merged 1 commit intomainfrom
prevent_magick_errors
Mar 1, 2026
Merged

Prevent Security Vulnerability Errors from Magick by Not Treating Warnings as Errors#397
pete-tempo merged 1 commit intomainfrom
prevent_magick_errors

Conversation

@pete-tempo
Copy link
Copy Markdown
Contributor

@pete-tempo pete-tempo commented Mar 1, 2026

Every time the NuGet vulnerability database flags a Magick version's security vulnerability, the dotnet build in InstallEngineMods or TempoROSCopyHandler treats it as an error and the build fails. This is because <NuGetAudit> is enabled and Unreal's projects have <TreatWarningsAsErrors> that promotes NU1900-series audit warnings to errors. This adds a Directory.Build.props file to the AutomationTool directory for 5.6 and 5.7 that sets <NuGetAudit>false</NuGetAudit>.

@pete-tempo pete-tempo merged commit af1d416 into main Mar 1, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant