Skip to content

Commit 61cd05c

Browse files
committed
Ruby: Ensure TRoute and TRouteBlock are private
1 parent 80835a5 commit 61cd05c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionDispatch.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ module ActionDispatch {
703703
}
704704
}
705705

706-
import Cached
706+
private import Cached
707707

708708
/**
709709
* This module contains the IPA types backing `RouteBlock` and `Route`, cached for performance.

0 commit comments

Comments
 (0)