mirror of
https://github.com/Radarr/Radarr
synced 2026-01-26 01:12:11 +01:00
Update CodeQL config to exclude path-injection and use security-extended
This commit is contained in:
parent
a01460aaa8
commit
607f9f78b4
1 changed files with 3 additions and 1 deletions
4
.github/codeql/codeql-config.yml
vendored
4
.github/codeql/codeql-config.yml
vendored
|
|
@ -1,7 +1,7 @@
|
|||
name: "Aletheia CodeQL Configuration"
|
||||
|
||||
queries:
|
||||
- uses: security-and-quality
|
||||
- uses: security-extended
|
||||
|
||||
packs:
|
||||
csharp:
|
||||
|
|
@ -10,6 +10,8 @@ packs:
|
|||
query-filters:
|
||||
- exclude:
|
||||
id: cs/log-forging
|
||||
- exclude:
|
||||
id: cs/path-injection
|
||||
|
||||
paths-ignore:
|
||||
- node_modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue