mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update ql/lib/codeql/ruby/security/ReflectedXSSCustomizations.qll
Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user