You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Microsoft.Build, Microsoft.Build.Framework, Microsoft.Build.Tasks.Core, and Microsoft.Build.Utilities.Core packages pinned at 17.11.4 in the Fake group of paket.dependencies have known high-severity vulnerabilities:
These packages are only used by the FAKE build toolchain (build/build.fsproj), so the production library itself is not affected at runtime. However the build environment is exposed.
Recommended Fix
Update to Microsoft.Build17.14.28 (latest 17.x). Note that 17.14.x targets .NETFramework rather than net8.0 on NuGet, so compatibility with FAKE on .NET 8 should be tested. Alternatively, consider whether FAKE 6.1.4 supports Microsoft.Build 17.14.x.
These packages were intentionally skipped in the recent dependency bump PR to allow maintainers to review the upgrade path.