Skip to content

Commit 9e625ac

Browse files
committed
Ruby: QLDoc fix
1 parent 1d693d3 commit 9e625ac

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,9 @@ module ActionView {
226226
*/
227227
module Helpers {
228228
/**
229-
* Calls to ActionView helpers which render their argument without escaping.
230-
* These arguments should be treated as XSS sinks.
231-
* In the documentation for classes in this module, the vulnerable argument is
232-
* named `x`.
229+
* A call to ActionView helpers which renders its argument without escaping.
230+
* The argument should be treated as an XSS sink. In the documentation for
231+
* classes in this module, the vulnerable argument is named `x`.
233232
*/
234233
abstract class RawHelperCall extends MethodCall {
235234
abstract Expr getRawArgument();

0 commit comments

Comments
 (0)