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 5a98f66 commit e47e20cCopy full SHA for e47e20c
2 files changed
ruby/ql/test/library-tests/frameworks/ActionView.expected
@@ -1,6 +1,3 @@
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
rawCalls
5
| app/views/foo/bars/_widget.html.erb:1:5:1:21 | call to raw |
6
| app/views/foo/bars/_widget.html.erb:2:5:2:20 | call to raw |
ruby/ql/test/library-tests/frameworks/ActionView.ql
@@ -4,8 +4,6 @@ private import codeql.ruby.frameworks.ActionView
private import codeql.ruby.frameworks.Rails
private import codeql.ruby.Concepts
7
-query predicate htmlSafeCalls(Rails::HtmlSafeCall c) { any() }
8
-
9
query predicate rawCalls(RawCall c) { any() }
10
11
query predicate renderCalls(Rails::RenderCall c) { any() }
0 commit comments