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 e3fbaf5 commit 8cef512Copy full SHA for 8cef512
1 file changed
ruby/ql/lib/codeql/ruby/ApiGraphs.qll
@@ -298,6 +298,11 @@ module API {
298
API::Node getANode() { result = root().getASuccessor(Label::entryPoint(this)) }
299
}
300
301
+ // Ensure all entry points are imported from ApiGraphs.qll
302
+ private module ImportEntryPoints {
303
+ private import codeql.ruby.frameworks.data.ModelsAsData
304
+ }
305
+
306
/** Gets the root node. */
307
Root root() { any() }
308
0 commit comments