Skip to content

Commit

Permalink
maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
randombit committed Aug 9, 2023
1 parent 110afef commit 899b870
Showing 1 changed file with 7 additions and 26 deletions.
33 changes: 7 additions & 26 deletions src/configs/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@

queries:
- include: cpp/inconsistent-null-check
- include: cpp/overrunning-write
- include: cpp/unbounded-write
- include: cpp/offset-use-before-range-check
- include: cpp/incomplete-parity-check
- include: cpp/mistyped-function-arguments
- include: cpp/comparison-with-wider-type
- include: cpp/inconsistent-call-on-result
- include: cpp/incorrect-not-operator-usage
- include: cpp/stack-address-escape
- include: cpp/nested-loops-with-same-variable
- include: cpp/suspicious-allocation-size
- include: cpp/allocation-too-small
- include: cpp/uninitialized-local
- include: cpp/static-buffer-overflow
- include: cpp/suspicious-sizeof
- include: cpp/suspicious-pointer-scaling-void
- include: cpp/declaration-hides-variable
- include: cpp/empty-if
- include: cpp/unused-local-variable
- include: cpp/unused-static-function
- include: cpp/unused-static-variable
- exclude: cpp/fixme-comment
- exclude: cpp/weak-cryptographic-algorithm
- exclude: py/clear-text-logging-sensitive-data
query-filters:
- exclude:
id: cpp/fixme-comment
- exclude:
id: cpp/weak-cryptographic-algorithm
- exclude:
id: py/clear-text-logging-sensitive-data

0 comments on commit 899b870

Please sign in to comment.