File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
ruby/ql/lib/codeql/ruby/typetracking Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
603603 " python/ql/lib/semmle/python/security/internal/EncryptionKeySizes.qll" ,
604604 " java/ql/lib/semmle/code/java/security/internal/EncryptionKeySizes.qll"
605605 ]
606- }
606+ }
Original file line number Diff line number Diff 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
351351private import codeql.ruby.dataflow.FlowSummary as FlowSummary
352352
353353private module SummaryTypeTrackerInput implements SummaryTypeTracker:: Input {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments