|
1 | 1 | { |
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 | | - "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlow.qll", |
7 | | - "go/ql/lib/semmle/go/dataflow/internal/DataFlow.qll", |
8 | | - "python/ql/lib/semmle/python/dataflow/new/internal/DataFlow.qll", |
9 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlow.qll", |
10 | | - "swift/ql/lib/codeql/swift/dataflow/internal/DataFlow.qll" |
11 | | - ], |
12 | | - "DataFlowImpl Java/C++/C#/Go/Python/Ruby/Swift": [ |
13 | | - "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl.qll", |
14 | | - "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImpl.qll", |
15 | | - "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImpl.qll", |
16 | | - "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll", |
17 | | - "go/ql/lib/semmle/go/dataflow/internal/DataFlowImpl.qll", |
18 | | - "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl.qll", |
19 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll", |
20 | | - "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl.qll" |
21 | | - ], |
22 | 2 | "DataFlow Java/C++/C#/Go/Python/Ruby/Swift Legacy Configuration": [ |
23 | 3 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl1.qll", |
24 | 4 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImpl2.qll", |
|
53 | 33 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForPathname.qll", |
54 | 34 | "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl1.qll" |
55 | 35 | ], |
56 | | - "DataFlow Java/C++/C#/Go/Python/Ruby/Swift Common": [ |
57 | | - "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll", |
58 | | - "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplCommon.qll", |
59 | | - "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll", |
60 | | - "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll", |
61 | | - "go/ql/lib/semmle/go/dataflow/internal/DataFlowImplCommon.qll", |
62 | | - "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplCommon.qll", |
63 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll", |
64 | | - "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImplCommon.qll" |
65 | | - ], |
66 | 36 | "TaintTracking Java/C++/C#/Go/Python/Ruby/Swift": [ |
67 | 37 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTracking.qll", |
68 | 38 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/tainttracking1/TaintTracking.qll", |
|
0 commit comments