Skip to content

Commit e47e20c

Browse files
committed
remove use of HtmlSafeCall from tests
1 parent 5a98f66 commit e47e20c

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

ruby/ql/test/library-tests/frameworks/ActionView.expected

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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 |
41
rawCalls
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 |

ruby/ql/test/library-tests/frameworks/ActionView.ql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ private import codeql.ruby.frameworks.ActionView
44
private import codeql.ruby.frameworks.Rails
55
private import codeql.ruby.Concepts
66

7-
query predicate htmlSafeCalls(Rails::HtmlSafeCall c) { any() }
8-
97
query predicate rawCalls(RawCall c) { any() }
108

119
query predicate renderCalls(Rails::RenderCall c) { any() }

0 commit comments

Comments
 (0)