Skip to content

Fix suppressions for unfixable binskim findings#927

Merged
mjcheetham merged 1 commit into
vfs-2.53.0from
binskim-v2
May 29, 2026
Merged

Fix suppressions for unfixable binskim findings#927
mjcheetham merged 1 commit into
vfs-2.53.0from
binskim-v2

Conversation

@mjcheetham
Copy link
Copy Markdown
Member

The SDL suppression file configured for the Windows release jobs was
never being loaded. Guardian logged that the file was "expected at
.../gdnsuppress.gdnsuppress but not found": the suppressionFile
setting pointed at .../gdnsuppress, but Guardian appends the
.gdnsuppress extension on top of whatever path is supplied, so it
was looking for the doubled-up name on disk.

Rename the per-platform suppression files to Guardian's default
.gdnsuppress name and update release.yml to match, so the Windows
x64 and ARM64 BinSkim suppressions are actually applied on the next
release run.

The SDL suppression file configured for the Windows release jobs was
never being loaded. Guardian logged that the file was "expected at
.../gdnsuppress.gdnsuppress but not found": the suppressionFile
setting pointed at `.../gdnsuppress`, but Guardian appends the
`.gdnsuppress` extension on top of whatever path is supplied, so it
was looking for the doubled-up name on disk.

Rename the per-platform suppression files to Guardian's default
`.gdnsuppress` name and update release.yml to match, so the Windows
x64 and ARM64 BinSkim suppressions are actually applied on the next
release run.

Assisted-by: Claude Opus 4.7
Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
@mjcheetham mjcheetham requested review from dscho and mpysson May 29, 2026 12:52
Copy link
Copy Markdown
Member

@dscho dscho left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this!

@mjcheetham mjcheetham merged commit 861608f into vfs-2.53.0 May 29, 2026
178 checks passed
@mjcheetham mjcheetham deleted the binskim-v2 branch May 29, 2026 14:31
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.

2 participants