Skip to content

Commit b264a05

Browse files
alexrfordhmac
andcommitted
Update ql/lib/codeql/ruby/security/ReflectedXSSCustomizations.qll
Co-authored-by: Harry Maclean <hmac@github.com>
1 parent dbb239b commit b264a05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module ReflectedXSS {
8383

8484
/**
8585
* A argument to a call to the `link_to` method, which does not expect
86-
* unsanitized user-input, considered as a flow sink a flow sink.
86+
* unsanitized user-input, considered as a flow sink.
8787
*/
8888
class LinkToCallArgumentAsSink extends Sink, ErbOutputMethodCallArgumentNode {
8989
LinkToCallArgumentAsSink() {

0 commit comments

Comments
 (0)