mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-10 11:48:56 +02:00
17 lines
443 B
YAML
17 lines
443 B
YAML
name: "Donut Browser CodeQL configuration"
|
|
|
|
queries:
|
|
- uses: security-extended
|
|
|
|
# Test and tooling code is not shipped. Its literals are test vectors and
|
|
# fixtures, and the E2E harness downloads its own driver and browser bundle,
|
|
# which the scanner reads as production secrets and untrusted writes.
|
|
paths-ignore:
|
|
- e2e
|
|
- src-tauri/tests
|
|
- "**/*_tests.rs"
|
|
- "**/*.test.mjs"
|
|
- "**/*.test.ts"
|
|
- "**/*.test.tsx"
|
|
- "**/*.spec.ts"
|