mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 16:32:41 +01:00
Exclude additional CodeQL false positives for single-user app
This commit is contained in:
parent
607f9f78b4
commit
fd2f703f52
1 changed files with 6 additions and 0 deletions
6
.github/codeql/codeql-config.yml
vendored
6
.github/codeql/codeql-config.yml
vendored
|
|
@ -12,6 +12,12 @@ query-filters:
|
|||
id: cs/log-forging
|
||||
- exclude:
|
||||
id: cs/path-injection
|
||||
- exclude:
|
||||
id: cs/cleartext-storage-of-sensitive-information
|
||||
- exclude:
|
||||
id: cs/insecure-direct-object-reference
|
||||
- exclude:
|
||||
id: cs/web/missing-function-level-access-control
|
||||
|
||||
paths-ignore:
|
||||
- node_modules
|
||||
|
|
|
|||
Loading…
Reference in a new issue