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 3e1808d commit d9d63bbCopy full SHA for d9d63bb
ruby/ql/lib/codeql/ruby/frameworks/Erb.qll
@@ -27,7 +27,7 @@ module Erb {
27
28
/** A call to `ERB.new`, considered as a template construction. */
29
private class ErbTemplateNewCall extends TemplateConstruction::Range, DataFlow::CallNode {
30
- ERBTemplateNewCall() { this = API::getTopLevelMember("ERB").getAnInstantiation() }
+ ErbTemplateNewCall() { this = API::getTopLevelMember("ERB").getAnInstantiation() }
31
32
override DataFlow::Node getTemplate() { result = this.getArgument(0) }
33
}
0 commit comments