Skip to content

Commit 7d3f958

Browse files
committed
Ruby: QLDoc fix
1 parent 9f99a3c commit 7d3f958

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ruby/ql/lib/codeql/ruby/frameworks/ActionView.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ module ActionView {
231231
* classes in this module, the vulnerable argument is named `x`.
232232
*/
233233
abstract class RawHelperCall extends MethodCall {
234+
/**
235+
* Get an argument which is rendered without escaping.
236+
*/
234237
abstract Expr getRawArgument();
235238
}
236239

0 commit comments

Comments
 (0)