Skip to content

Commit c3b4b5c

Browse files
authored
Create CodeQL.yml to declare exclusions (#672)
1 parent f883c06 commit c3b4b5c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CodeQL.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# https://eng.ms/docs/coreai/devdiv/one-engineering-system-1es/1es-docs/codeql/github-codeql
2+
path_classifiers:
3+
library:
4+
# Exclude external Playwright files from scan to avoid false positives as these files include non-security uses of SHA1 for non-cryptosecure guids
5+
- "**/.playwright/package/lib/vite/traceViewer/assets/defaultSettingsView-DkkRvn5X.js"
6+
- "**/.playwright/package/lib/utilsBundleImpl/index.js"

0 commit comments

Comments
 (0)