File tree 6 files changed +72
-0
lines changed
cpp/cert/src/codeql-suites
6 files changed +72
-0
lines changed Original file line number Diff line number Diff line change
1
+ - description: CERT C 2016 Level 1 Rules (Priority 12 - Priority 27)
2
+ - qlpack: codeql/cert-c-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l1
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
Original file line number Diff line number Diff line change
1
+ - description: CERT C 2016 Level 2 Rules (Priority 6 - Priority 9)
2
+ - qlpack: codeql/cert-c-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l2
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
Original file line number Diff line number Diff line change
1
+ - description: CERT C 2016 Level 3 Rules (Priority 1 - Priority 4)
2
+ - qlpack: codeql/cert-c-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l3
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
Original file line number Diff line number Diff line change
1
+ - description: CERT C++ 2016 Level 1 Rules (Priority 12 - Priority 27)
2
+ - qlpack: codeql/cert-cpp-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l1
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
Original file line number Diff line number Diff line change
1
+ - description: CERT C++ 2016 Level 2 Rules (Priority 6 - Priority 9)
2
+ - qlpack: codeql/cert-cpp-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l2
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
Original file line number Diff line number Diff line change
1
+ - description: CERT C++ 2016 Level 3 Rules (Priority 1 - Priority 4)
2
+ - qlpack: codeql/cert-cpp-coding-standards
3
+ - include:
4
+ kind:
5
+ - problem
6
+ - path-problem
7
+ - external/cert/obligation/rule
8
+ tags contain:
9
+ - external/cert/level/l3
10
+ - exclude:
11
+ tags contain:
12
+ - external/cert/default-disabled
You can’t perform that action at this time.
0 commit comments