Skip to content

Commit 50158b8

Browse files
committed
Sync shared files
1 parent b9745c8 commit 50158b8

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,7 @@ private module SsaDefReaches {
284284
predicate ssaDefReachesReadWithinBlock(SourceVariable v, Definition def, BasicBlock bb, int i) {
285285
exists(int rnk |
286286
ssaDefReachesRank(bb, def, rnk, v) and
287-
rnk = ssaRefRank(bb, i, v, SsaRead()) and
288-
variableRead(bb, i, v, _)
287+
rnk = ssaRefRank(bb, i, v, SsaRead())
289288
)
290289
}
291290

scripts/identical-files.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
22
"SSA": [
3-
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll",
3+
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/SsaImplCommon.qll",
44
"ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll"
55
],
66
"DataFlow Common": [
7-
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll",
7+
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll",
88
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll"
99
],
1010
"DataFlow": [
11-
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
11+
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
1212
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll"
1313
],
1414
"DataFlow Consistency": [
15-
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll",
15+
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll",
1616
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll"
1717
],
1818
"TaintTracking": [
19-
"codeql/csharp/ql/src/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll",
19+
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll",
2020
"ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll"
2121
],
2222
"TypeTracker": [
23-
"codeql/python/ql/src/semmle/python/dataflow/new/internal/TypeTracker.qll",
23+
"codeql/python/ql/lib/semmle/python/dataflow/new/internal/TypeTracker.qll",
2424
"ql/lib/codeql/ruby/typetracking/TypeTracker.qll"
2525
],
2626
"Inline Test Expectations": [

0 commit comments

Comments
 (0)