Skip to content

Commit

Permalink
Update CodeQL filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 6, 2024
1 parent 6715b91 commit 30fedd6
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/codeql.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
paths-ignore:
- testsuite

query-filters:
- exclude:
id: cpp/commented-out-code
- exclude:
id: cpp/include-non-header
- exclude:
id: cpp/integer-multiplication-cast-to-long
- exclude:
id: cpp/missing-header-guard
- exclude:
id: cpp/short-global-name
- exclude:
id: cpp/tainted-format-string
- exclude:
id: cpp/toctou-race-condition
- exclude:
id: cpp/world-writable-file-creation
- exclude:
id: cpp/path-injection
- exclude:
id: cpp/stack-address-escape
- exclude:
id: cpp/loop-variable-changed
- exclude:
id: cpp/long-switch
- exclude:
id: cpp/complex-condition
- exclude:
id: cpp/complex-block
- exclude:
id: cpp/poorly-documented-function
- exclude:
id: cpp/loop-variable-changed
- exclude:
id: cpp/irregular-enum-init
- exclude:
id: cpp/user-controlled-bypass
- exclude:
id: cpp/non-constant-format
- exclude:
id: cpp/missing-check-scanf
- exclude:
id: cpp/nested-loops-with-same-variable
- exclude:
id: cpp/stack-address-escape

0 comments on commit 30fedd6

Please sign in to comment.