We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f883c06 commit c3b4b5cCopy full SHA for c3b4b5c
1 file changed
CodeQL.yml
@@ -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