File: .codeql-config.yml

package info (click to toggle)
cryptsetup 2%3A2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 20,356 kB
  • sloc: ansic: 65,885; sh: 17,691; cpp: 994; xml: 920; makefile: 495; perl: 486
file content (31 lines) | stat: -rw-r--r-- 640 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: "Cryptsetup CodeQL config"

query-filters:
- exclude:
     id: cpp/fixme-comment
- exclude:
     id: cpp/empty-block
- exclude:
     id: cpp/poorly-documented-function
- exclude:
     id: cpp/loop-variable-changed
- exclude:
     id: cpp/empty-if
- exclude:
     id: cpp/long-switch
- exclude:
     id: cpp/complex-condition
- exclude:
     id: cpp/commented-out-code

# These produce many false positives
- exclude:
     id: cpp/uninitialized-local
- exclude:
     id: cpp/path-injection
- exclude:
     id: cpp/missing-check-scanf

# CodeQL should understand coverity [toctou] comments
- exclude:
     id: cpp/toctou-race-condition