mirror of
https://github.com/Radarr/Radarr
synced 2026-01-24 16:32:41 +01:00
Fix CodeQL rule ID for insecure-direct-object-reference
This commit is contained in:
parent
320371ab71
commit
79e3a6b126
1 changed files with 1 additions and 1 deletions
2
.github/codeql/codeql-config.yml
vendored
2
.github/codeql/codeql-config.yml
vendored
|
|
@ -15,7 +15,7 @@ query-filters:
|
|||
- exclude:
|
||||
id: cs/cleartext-storage-of-sensitive-information
|
||||
- exclude:
|
||||
id: cs/insecure-direct-object-reference
|
||||
id: cs/web/insecure-direct-object-reference
|
||||
- exclude:
|
||||
id: cs/web/missing-function-level-access-control
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue