mirror of
https://github.com/zealdocs/zeal.git
synced 2026-08-30 00:50:51 +08:00
16 lines
612 B
YAML
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
|