Files
zeal/.github/codeql/config.yml
T
2026-05-11 14:41:56 +03:00

16 lines
612 B
YAML

name: Zeal CodeQL Configuration
# paths-ignore is not honored for compiled C/C++ — filtering happens in the
# workflow via advanced-security/filter-sarif after analysis.
packs:
- codeql/cpp-queries:codeql-suites/cpp-security-experimental.qls
# The upstream cpp/use-after-expired-lifetime rule misclassifies most Qt value
# types (QModelIndex, QString, etc.) as LifetimePointerType because they contain
# private d-pointer fields. We disable it and ship a patched copy in
# .github/codeql/queries/ that tightens the type classification.
query-filters:
- exclude:
id: cpp/use-after-expired-lifetime