mirror of
https://github.com/michaelrsweet/pdfio.git
synced 2024-11-08 14:38:27 +01:00
23 lines
486 B
YAML
23 lines
486 B
YAML
paths-ignore:
|
|
- 'test**.c'
|
|
|
|
query-filters:
|
|
- exclude:
|
|
id: cpp/commented-out-code
|
|
- exclude:
|
|
id: cpp/toctou-race-condition
|
|
- exclude:
|
|
id: cpp/weak-cryptographic-algorithm
|
|
- exclude:
|
|
id: cpp/world-writable-file-creation
|
|
- exclude:
|
|
id: cpp/uncontrolled-allocation-size
|
|
- exclude:
|
|
id: cpp/path-injection
|
|
- exclude:
|
|
id: cpp/stack-address-escape
|
|
- exclude:
|
|
id: cpp/loop-variable-changed
|
|
- exclude:
|
|
id: cpp/long-switch
|