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 |
4
1
rawCalls
5
2
| app/views/foo/bars/_widget.html.erb:1:5:1:21 | call to raw |
6
3
| 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
4
4
private import codeql.ruby.frameworks.Rails
5
5
private import codeql.ruby.Concepts
6
6
7
- query predicate htmlSafeCalls ( Rails:: HtmlSafeCall c ) { any ( ) }
8
-
9
7
query predicate rawCalls ( RawCall c ) { any ( ) }
10
8
11
9
query predicate renderCalls ( Rails:: RenderCall c ) { any ( ) }
You can’t perform that action at this time.
0 commit comments