You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
mxml/.github/codeql.yml

52 lines
1.2 KiB

paths-ignore:
- testsuite
- testmxml.c
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
- exclude:
id: cpp/world-writable-file-creation