We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99a3c commit 7d3f958Copy full SHA for 7d3f958
ruby/ql/lib/codeql/ruby/frameworks/ActionView.qll
@@ -231,6 +231,9 @@ module ActionView {
231
* classes in this module, the vulnerable argument is named `x`.
232
*/
233
abstract class RawHelperCall extends MethodCall {
234
+ /**
235
+ * Get an argument which is rendered without escaping.
236
+ */
237
abstract Expr getRawArgument();
238
}
239
0 commit comments