mirror of
https://github.com/LearningCircuit/local-deep-research.git
synced 2026-06-15 19:46:56 +03:00
- Remove global py/path-injection exclusion from CodeQL config - Add lgtm[py/path-injection] inline comment to specific line - Keeps CodeQL active for rest of codebase
9 lines
237 B
YAML
9 lines
237 B
YAML
name: "CodeQL Config"
|
|
|
|
# Paths to ignore - exclude test files and security-reviewed intentional features
|
|
paths-ignore:
|
|
- '**/tests/**'
|
|
- '**/test_*.py'
|
|
- '**/*_test.py'
|
|
- 'src/local_deep_research/security/file_write_verifier.py'
|