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 893c876 commit e6446e5Copy full SHA for e6446e5
1 file changed
ruby/ql/lib/codeql/ruby/frameworks/ActiveSupport.qll
@@ -312,7 +312,13 @@ module ActiveSupport {
312
}
313
314
315
+ /**
316
+ * `ActiveSupport::ERB`
317
+ */
318
module Erb {
319
320
+ * `ActiveSupport::ERB::Util`
321
322
module Util {
323
private class JsonEscapeSummary extends SimpleSummarizedCallable {
324
JsonEscapeSummary() { this = "json_escape" }
0 commit comments