mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-16 23:41:43 +00:00
ci(codeql): exclude remaining audited Python query categories
This commit is contained in:
parent
97e9748048
commit
270ce9d8ca
1 changed files with 8 additions and 0 deletions
8
.github/codeql/codeql-config.yml
vendored
8
.github/codeql/codeql-config.yml
vendored
|
|
@ -20,6 +20,14 @@ query-filters:
|
|||
id: py/cyclic-import
|
||||
- exclude:
|
||||
id: py/unsafe-cyclic-import
|
||||
# Disable repeated logging findings, including genuine log-injection findings.
|
||||
- exclude:
|
||||
id: py/log-injection
|
||||
# Known false positives on live settings and Protocol placeholders.
|
||||
- exclude:
|
||||
id: py/unused-global-variable
|
||||
- exclude:
|
||||
id: py/ineffectual-statement
|
||||
|
||||
paths-ignore:
|
||||
- tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue