Skip to content

Commit 1c9b6f0

Browse files
committed
Merge branch 'master' into ir-this-parameter-2
Accept test changes - dataflow changes are all positive
2 parents 65f4ef7 + ab327b9 commit 1c9b6f0

File tree

85 files changed

+4571
-2306
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+4571
-2306
lines changed

cpp/ql/src/codeql-suites/cpp-code-scanning.qls

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
- qlpack: codeql-cpp
33
- apply: code-scanning-selectors.yml
44
from: codeql-suite-helpers
5+
- apply: codeql-suites/exclude-slow-queries.yml
6+
from: codeql-cpp

cpp/ql/src/codeql-suites/cpp-lgtm-full.qls

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,8 @@
22
- qlpack: codeql-cpp
33
- apply: lgtm-selectors.yml
44
from: codeql-suite-helpers
5-
# These queries are infeasible to compute on large projects:
6-
- exclude:
7-
query path:
8-
- Security/CWE/CWE-497/ExposedSystemData.ql
9-
- Critical/DescriptorMayNotBeClosed.ql
10-
- Critical/DescriptorNeverClosed.ql
11-
- Critical/FileMayNotBeClosed.ql
12-
- Critical/FileNeverClosed.ql
13-
- Critical/MemoryMayNotBeFreed.ql
14-
- Critical/MemoryNeverFreed.ql
5+
- apply: codeql-suites/exclude-slow-queries.yml
6+
from: codeql-cpp
157
# These are only for IDE use.
168
- exclude:
179
tags contain:
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- description: Security-and-quality queries for C and C++
2+
- qlpack: codeql-cpp
3+
- apply: security-and-quality-selectors.yml
4+
from: codeql-suite-helpers
5+
- apply: codeql-suites/exclude-slow-queries.yml
6+
from: codeql-cpp
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
- description: Security-extended queries for C and C++
2+
- qlpack: codeql-cpp
3+
- apply: security-extended-selectors.yml
4+
from: codeql-suite-helpers
5+
- apply: codeql-suites/excluded-slow-queries.yml
6+
from: codeql-cpp
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- description: C/C++ queries which are infeasible to compute on large projects
2+
# These queries are infeasible to compute on large projects:
3+
- exclude:
4+
query path:
5+
- Security/CWE/CWE-497/ExposedSystemData.ql
6+
- Critical/DescriptorMayNotBeClosed.ql
7+
- Critical/DescriptorNeverClosed.ql
8+
- Critical/FileMayNotBeClosed.ql
9+
- Critical/FileNeverClosed.ql
10+
- Critical/MemoryMayNotBeFreed.ql
11+
- Critical/MemoryNeverFreed.ql

0 commit comments

Comments
 (0)