Add missing DataFlowImpl2.qll entry to identical-files.json

This commit is contained in:
Tom Hvitved
2021-10-13 15:48:57 +02:00
parent 0d72a51334
commit 11792e17a9

View File

@@ -9,7 +9,8 @@
],
"DataFlow": [
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll"
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll",
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll"
],
"DataFlow2": [
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll",
@@ -44,4 +45,4 @@
"codeql/python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll",
"ql/lib/codeql/ruby/regexp/SuperlinearBackTracking.qll"
]
}
}