File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
python/ql/lib/semmle/python/dataflow/new/internal
ruby/ql/lib/codeql/ruby/typetracking Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ private predicate argumentPositionMatch(
179
179
)
180
180
}
181
181
182
- module SummaryTypeTrackerInput implements SummaryTypeTracker:: Input {
182
+ private module SummaryTypeTrackerInput implements SummaryTypeTracker:: Input {
183
183
// Dataflow nodes
184
184
class Node = DataFlowPublic:: Node ;
185
185
@@ -258,4 +258,4 @@ module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
258
258
Node callTo ( SummarizedCallable callable ) { result = callable .getACallSimple ( ) }
259
259
}
260
260
261
- module TypeTrackerSummaryFlow = SummaryTypeTracker:: SummaryFlow< SummaryTypeTrackerInput > ;
261
+ private module TypeTrackerSummaryFlow = SummaryTypeTracker:: SummaryFlow< SummaryTypeTrackerInput > ;
Original file line number Diff line number Diff line change @@ -350,7 +350,7 @@ predicate isNonLocal(SummaryComponent component) {
350
350
private import SummaryTypeTracker as SummaryTypeTracker
351
351
private import codeql.ruby.dataflow.FlowSummary as FlowSummary
352
352
353
- module SummaryTypeTrackerInput implements SummaryTypeTracker:: Input {
353
+ private module SummaryTypeTrackerInput implements SummaryTypeTracker:: Input {
354
354
// Dataflow nodes
355
355
class Node = DataFlow:: Node ;
356
356
@@ -448,4 +448,4 @@ module SummaryTypeTrackerInput implements SummaryTypeTracker::Input {
448
448
Node callTo ( SummarizedCallable callable ) { result .asExpr ( ) .getExpr ( ) = callable .getACallSimple ( ) }
449
449
}
450
450
451
- module TypeTrackerSummaryFlow = SummaryTypeTracker:: SummaryFlow< SummaryTypeTrackerInput > ;
451
+ private module TypeTrackerSummaryFlow = SummaryTypeTracker:: SummaryFlow< SummaryTypeTrackerInput > ;
You can’t perform that action at this time.
0 commit comments