|
1 | 1 | { |
2 | 2 | "DataFlow Java/C++/C#/Go/Python/Ruby/Swift": [ |
| 3 | + "java/ql/lib/semmle/code/java/dataflow/internal/DataFlow.qll", |
| 4 | + "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlow.qll", |
| 5 | + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlow.qll", |
| 6 | + "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlow.qll", |
| 7 | + "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlow.qll", |
| 8 | + "go/ql/lib/semmle/go/dataflow/internal/DataFlow.qll", |
| 9 | + "python/ql/lib/semmle/python/dataflow/new/internal/DataFlow.qll", |
| 10 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlow.qll", |
| 11 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlow.qll" |
| 12 | + ], |
| 13 | + "DataFlowImpl Java/C++/C#/Go/Python/Ruby/Swift": [ |
3 | 14 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll", |
| 15 | + "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll", |
| 16 | + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll", |
| 17 | + "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll", |
| 18 | + "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll", |
| 19 | + "go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl.qll", |
| 20 | + "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll", |
| 21 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll", |
| 22 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl.qll" |
| 23 | + ], |
| 24 | + "DataFlow Java/C++/C#/Go/Python/Ruby/Swift Legacy Configuration": [ |
| 25 | + "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl1.qll", |
4 | 26 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll", |
5 | 27 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl3.qll", |
6 | 28 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl4.qll", |
7 | 29 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl5.qll", |
8 | 30 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl6.qll", |
9 | 31 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForSerializability.qll", |
10 | 32 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplForOnActivityResult.qll", |
11 | | - "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll", |
| 33 | + "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl1.qll", |
12 | 34 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl2.qll", |
13 | 35 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl3.qll", |
14 | 36 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl4.qll", |
15 | 37 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplLocal.qll", |
16 | | - "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll", |
| 38 | + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl1.qll", |
17 | 39 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll", |
18 | 40 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll", |
19 | 41 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll", |
20 | | - "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll", |
| 42 | + "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl1.qll", |
21 | 43 | "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl2.qll", |
22 | 44 | "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl3.qll", |
23 | 45 | "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl4.qll", |
24 | | - "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll", |
| 46 | + "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl1.qll", |
25 | 47 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll", |
26 | 48 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl3.qll", |
27 | 49 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl4.qll", |
28 | 50 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl5.qll", |
29 | 51 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplForContentDataFlow.qll", |
30 | | - "go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl.qll", |
| 52 | + "go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl1.qll", |
31 | 53 | "go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl2.qll", |
32 | 54 | "go/ql/lib/semmle/go/dataflow/internal/DataFlowImplForStringsNewReplacer.qll", |
33 | | - "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll", |
| 55 | + "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl1.qll", |
34 | 56 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl2.qll", |
35 | 57 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl3.qll", |
36 | 58 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll", |
37 | 59 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplForRegExp.qll", |
38 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll", |
| 60 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl1.qll", |
39 | 61 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll", |
40 | 62 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForHttpClientLibraries.qll", |
41 | 63 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForPathname.qll", |
42 | | - "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl.qll" |
| 64 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl1.qll" |
43 | 65 | ], |
44 | 66 | "DataFlow Java/C++/C#/Go/Python/Ruby/Swift Common": [ |
45 | 67 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll", |
|
52 | 74 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll", |
53 | 75 | "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImplCommon.qll" |
54 | 76 | ], |
55 | | - "TaintTracking::Configuration Java/C++/C#/Go/Python/Ruby/Swift": [ |
| 77 | + "TaintTracking Java/C++/C#/Go/Python/Ruby/Swift": [ |
| 78 | + "cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 79 | + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 80 | + "cpp/ql/lib/experimental/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 81 | + "csharp/ql/lib/semmle/code/csharp/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 82 | + "go/ql/lib/semmle/go/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 83 | + "java/ql/lib/semmle/code/java/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 84 | + "python/ql/lib/semmle/python/dataflow/new/internal/tainttracking1/TaintTracking.qll", |
| 85 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTracking.qll", |
| 86 | + "swift/ql/lib/codeql/swift/dataflow/internal/tainttracking1/TaintTracking.qll" |
| 87 | + ], |
| 88 | + "TaintTracking Legacy Configuration Java/C++/C#/Go/Python/Ruby/Swift": [ |
56 | 89 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll", |
57 | 90 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking2/TaintTrackingImpl.qll", |
58 | 91 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTrackingImpl.qll", |
|
0 commit comments