|
1 | 1 | { |
2 | 2 | "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", |
4 | 4 | "ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll" |
5 | 5 | ], |
6 | 6 | "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", |
8 | 8 | "ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll" |
9 | 9 | ], |
10 | 10 | "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", |
12 | 12 | "ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll" |
13 | 13 | ], |
14 | 14 | "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", |
16 | 16 | "ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll" |
17 | 17 | ], |
18 | 18 | "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", |
20 | 20 | "ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll" |
21 | 21 | ], |
22 | 22 | "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", |
24 | 24 | "ql/lib/codeql/ruby/typetracking/TypeTracker.qll" |
25 | 25 | ], |
26 | 26 | "Inline Test Expectations": [ |
|
0 commit comments