We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3777540 commit 556cdbaCopy full SHA for 556cdba
ruby/ql/lib/codeql/ruby/frameworks/Rails.qll
@@ -56,7 +56,11 @@ private class ConfigSourceNode extends DataFlow::LocalSourceNode {
56
)
57
or
58
// `Rails.application.config`
59
- this = API::getTopLevelMember("Rails").getReturn("application").getReturn("config").getAnImmediateUse()
+ this =
60
+ API::getTopLevelMember("Rails")
61
+ .getReturn("application")
62
+ .getReturn("config")
63
+ .getAnImmediateUse()
64
65
// `Rails.application.configure { ... config ... }`
66
// `Rails::Application.configure { ... config ... }`
0 commit comments