Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3031b39 commit f276904Copy full SHA for f276904
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActionController.qll
@@ -99,6 +99,7 @@ class ActionControllerActionMethod extends Method, HTTP::Server::RequestHandler:
99
}
100
101
102
+pragma[nomagic]
103
private predicate isRoute(
104
ActionDispatch::Route route, string name, ActionControllerControllerClass controllerClass
105
) {
0 commit comments