Skip to content

Commit 5280e74

Browse files
committed
Add a comment on why external libraries are excluded from binskim scanning.
1 parent 9518c59 commit 5280e74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/common/sdl/configure-sdl-tool.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ try {
9595
if ($targetDirectory) {
9696
# Binskim crashes due to specific PDBs. GitHub issue: https://github.com/microsoft/binskim/issues/924.
9797
# We are excluding all `_.pdb` files from the scan.
98+
# SuperfileCheck uses two external LLVM libraries (llvm-mca.exe and FileCheck.exe) that we don't build. Excluding them to supporess BA2008.
9899
$tool.Args += "`"Target < $TargetDirectory\**;-:file|$TargetDirectory\**\_.pdb;-:file|$TargetDirectory\**\llvm-mca.exe;-:file|$TargetDirectory\**\FileCheck.exe`""
99100
}
100101
$tool.Args += $BinskimAdditionalRunConfigParams

0 commit comments

Comments
 (0)