Skip to content

Commit 486a394

Browse files
thiggy1342hmac
andauthored
Update ruby/ql/src/experimental/weak-params/WeakParams.ql
Co-authored-by: Harry Maclean <hmac@github.com>
1 parent b3f2159 commit 486a394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/experimental/weak-params/WeakParams.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class WeakParams extends DataFlow::CallNode {
3939
WeakParams() {
4040
this.getReceiver() instanceof ActionControllerRequest and
4141
this.getMethodName() =
42-
["path_parametes", "query_parameters", "request_parameters", "GET", "POST"]
42+
["path_parameters", "query_parameters", "request_parameters", "GET", "POST"]
4343
}
4444
}
4545

0 commit comments

Comments
 (0)