Update ql/lib/codeql/ruby/security/ReflectedXSSCustomizations.qll

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
Alex Ford
2021-09-07 13:33:37 +01:00
committed by Alex Ford
parent dbb239b04e
commit b264a05288

View File

@@ -83,7 +83,7 @@ module ReflectedXSS {
/**
* A argument to a call to the `link_to` method, which does not expect
* unsanitized user-input, considered as a flow sink a flow sink.
* unsanitized user-input, considered as a flow sink.
*/
class LinkToCallArgumentAsSink extends Sink, ErbOutputMethodCallArgumentNode {
LinkToCallArgumentAsSink() {