Skip to content

Commit 11792e1

Browse files
committed
Add missing DataFlowImpl2.qll entry to identical-files.json
1 parent 0d72a51 commit 11792e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

scripts/identical-files.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"DataFlow": [
1111
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl.qll",
12-
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll"
12+
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl.qll",
13+
"ql/lib/codeql/ruby/dataflow/internal/DataFlowImpl2.qll"
1314
],
1415
"DataFlow2": [
1516
"codeql/csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowImpl2.qll",
@@ -44,4 +45,4 @@
4445
"codeql/python/ql/lib/semmle/python/security/performance/SuperlinearBackTracking.qll",
4546
"ql/lib/codeql/ruby/regexp/SuperlinearBackTracking.qll"
4647
]
47-
}
48+
}

0 commit comments

Comments
 (0)