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

Co-authored-by: Harry Maclean <hmac@github.com>
This commit is contained in:
thiggy1342
2022-07-21 17:26:09 -04:00
committed by GitHub
parent b3f2159a7e
commit 486a394a7f

View File

@@ -39,7 +39,7 @@ class WeakParams extends DataFlow::CallNode {
WeakParams() {
this.getReceiver() instanceof ActionControllerRequest and
this.getMethodName() =
["path_parametes", "query_parameters", "request_parameters", "GET", "POST"]
["path_parameters", "query_parameters", "request_parameters", "GET", "POST"]
}
}