Skip to content

Commit d7cc506

Browse files
authored
Merge branch 'main' into sashabu/tsp-incompatible-os
2 parents 0915d2a + d045160 commit d7cc506

File tree

93 files changed

+3752
-7192
lines changed

Some content is hidden

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

93 files changed

+3752
-7192
lines changed

config/identical-files.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll",
4848
"python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll",
4949
"python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll",
50-
"python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplForRegExp.qll",
5150
"ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl1.qll",
5251
"ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll",
5352
"ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForHttpClientLibraries.qll",

csharp/ql/consistency-queries/DataFlowConsistency.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,5 @@ private class MyConsistencyConfiguration extends ConsistencyConfiguration {
7272

7373
override predicate reverseReadExclude(Node n) { n.asExpr() = any(AwaitExpr ae).getExpr() }
7474

75-
override predicate identityLocalStepExclude(Node n) { this.missingLocationExclude(n) }
75+
override predicate identityLocalStepExclude(Node n) { n.getLocation().getFile().fromLibrary() }
7676
}

csharp/ql/test/library-tests/cil/attributes/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/consistency/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/dataflow/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/enums/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/functionPointers/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/init-only-prop/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/pdbs/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

csharp/ql/test/library-tests/cil/regressions/CONSISTENCY/DataFlowConsistency.expected

Lines changed: 0 additions & 263 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)