Skip to content

Commit b5961c7

Browse files
committed
ruby: move to internal folder
1 parent 203f822 commit b5961c7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

config/identical-files.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@
525525
],
526526
"SummaryTypeTracker": [
527527
"python/ql/lib/semmle/python/dataflow/new/internal/SummaryTypeTracker.qll",
528-
"ruby/ql/lib/codeql/ruby/typetracking/SummaryTypeTracker.qll"
528+
"ruby/ql/lib/codeql/ruby/typetracking/internal/SummaryTypeTracker.qll"
529529
],
530530
"AccessPathSyntax": [
531531
"csharp/ql/lib/semmle/code/csharp/dataflow/internal/AccessPathSyntax.qll",
@@ -603,4 +603,4 @@
603603
"python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll",
604604
"java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll"
605605
]
606-
}
606+
}

ruby/ql/lib/codeql/ruby/typetracking/TypeTrackerSpecific.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ predicate isNonLocal(SummaryComponent component) {
347347
component = SC::withContent(_)
348348
}
349349

350-
private import SummaryTypeTracker as SummaryTypeTracker
350+
private import internal.SummaryTypeTracker as SummaryTypeTracker
351351
private import codeql.ruby.dataflow.FlowSummary as FlowSummary
352352

353353
private module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {

0 commit comments

Comments
 (0)