Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit 2f9de79

Browse files
committed
Add ignorePaths to suppress allstar warnings
The UIforETW repo now contains just five binary files and these are all from Microsoft SDKs. They are all signed by Microsoft so they are "safe" to have as binary files. This should resolve issue #155.
1 parent ea32da8 commit 2f9de79

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.allstar/binary_artifacts.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ignore reason: These signed files all come from a Microsoft SDK and are needed for UIforETW's functionality.
2+
ignorePaths:
3+
- third_party/dbghelp.dll
4+
- third_party/pdbcopy.exe
5+
- third_party/symsrv.dll
6+
- third_party/x64/dbghelp.dll
7+
- third_party/x64/symsrv.dll

0 commit comments

Comments
 (0)