File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
ruby/ql/test/library-tests/frameworks Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 1- htmlSafeCalls
2- | app/views/foo/bars/show.html.erb:23:3:23:25 | call to html_safe |
3- | app/views/foo/bars/show.html.erb:27:3:27:25 | call to html_safe |
41rawCalls
52| app/views/foo/bars/_widget.html.erb:1:5:1:21 | call to raw |
63| app/views/foo/bars/_widget.html.erb:2:5:2:20 | call to raw |
Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ private import codeql.ruby.frameworks.ActionView
44private import codeql.ruby.frameworks.Rails
55private import codeql.ruby.Concepts
66
7- query predicate htmlSafeCalls ( Rails:: HtmlSafeCall c ) { any ( ) }
8-
97query predicate rawCalls ( RawCall c ) { any ( ) }
108
119query predicate renderCalls ( Rails:: RenderCall c ) { any ( ) }
You can’t perform that action at this time.
0 commit comments