mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Ruby: QLDoc fix
This commit is contained in:
@@ -231,6 +231,9 @@ module ActionView {
|
||||
* classes in this module, the vulnerable argument is named `x`.
|
||||
*/
|
||||
abstract class RawHelperCall extends MethodCall {
|
||||
/**
|
||||
* Get an argument which is rendered without escaping.
|
||||
*/
|
||||
abstract Expr getRawArgument();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user