ci(codeql): exclude remaining audited Python query categories

This commit is contained in:
Yuneng Jiang 2026-09-14 16:01:12 -07:00
parent 97e9748048
commit 270ce9d8ca
No known key found for this signature in database

View file

@ -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