|
28 | 28 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImpl4.qll", |
29 | 29 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll", |
30 | 30 | "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll", |
31 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll" |
| 31 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplForLibraries.qll", |
| 32 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImpl.qll" |
32 | 33 | ], |
33 | 34 | "DataFlow Java/C++/C#/Python Common": [ |
34 | 35 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplCommon.qll", |
35 | 36 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplCommon.qll", |
36 | 37 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplCommon.qll", |
37 | 38 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplCommon.qll", |
38 | 39 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplCommon.qll", |
39 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll" |
| 40 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplCommon.qll", |
| 41 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImplCommon.qll" |
40 | 42 | ], |
41 | 43 | "TaintTracking::Configuration Java/C++/C#/Python": [ |
42 | 44 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/tainttracking1/TaintTrackingImpl.qll", |
|
57 | 59 | "python/ql/lib/semmle/python/dataflow/new/internal/tainttracking3/TaintTrackingImpl.qll", |
58 | 60 | "python/ql/lib/semmle/python/dataflow/new/internal/tainttracking4/TaintTrackingImpl.qll", |
59 | 61 | "ruby/ql/lib/codeql/ruby/dataflow/internal/tainttracking1/TaintTrackingImpl.qll", |
60 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll" |
| 62 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/tainttrackingforlibraries/TaintTrackingImpl.qll", |
| 63 | + "swift/ql/lib/codeql/swift/dataflow/internal/tainttracking1/TaintTrackingImpl.qll" |
61 | 64 | ], |
62 | 65 | "DataFlow Java/C++/C#/Python Consistency checks": [ |
63 | 66 | "java/ql/lib/semmle/code/java/dataflow/internal/DataFlowImplConsistency.qll", |
64 | 67 | "cpp/ql/lib/semmle/code/cpp/dataflow/internal/DataFlowImplConsistency.qll", |
65 | 68 | "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/DataFlowImplConsistency.qll", |
66 | 69 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImplConsistency.qll", |
67 | 70 | "python/ql/lib/semmle/python/dataflow/new/internal/DataFlowImplConsistency.qll", |
68 | | - "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll" |
| 71 | + "ruby/ql/lib/codeql/ruby/dataflow/internal/DataFlowImplConsistency.qll", |
| 72 | + "swift/ql/lib/codeql/swift/dataflow/internal/DataFlowImplConsistency.qll" |
69 | 73 | ], |
70 | 74 | "DataFlow Java/C# Flow Summaries": [ |
71 | 75 | "java/ql/lib/semmle/code/java/dataflow/internal/FlowSummaryImpl.qll", |
|
458 | 462 | "csharp/ql/lib/semmle/code/csharp/dataflow/internal/basessa/SsaImplCommon.qll", |
459 | 463 | "csharp/ql/lib/semmle/code/cil/internal/SsaImplCommon.qll", |
460 | 464 | "ruby/ql/lib/codeql/ruby/dataflow/internal/SsaImplCommon.qll", |
461 | | - "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll" |
| 465 | + "cpp/ql/lib/semmle/code/cpp/ir/dataflow/internal/SsaImplCommon.qll", |
| 466 | + "swift/ql/lib/codeql/swift/dataflow/internal/SsaImplCommon.qll" |
462 | 467 | ], |
463 | 468 | "CryptoAlgorithms Python/JS/Ruby": [ |
464 | 469 | "javascript/ql/lib/semmle/javascript/security/CryptoAlgorithms.qll", |
|
0 commit comments