Skip to content

Commit dc8399f

Browse files
authored
Merge pull request #352 from github/hvitved/dataflowimpl2-sync
Add missing `DataFlowImpl2.qll` entry to `identical-files.json`
2 parents 078cebe + 11792e1 commit dc8399f

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)