File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
ruby/ql/lib/codeql/ruby/frameworks Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -427,12 +427,11 @@ private module ParamsSummaries {
427427 }
428428
429429 /**
430- * Methods on `ActionController::Parameters` which propagate taint from
431- * receiver to return value.
430+ * A flow summary for methods on `ActionController::Parameters` which
431+ * propagate taint from receiver to return value.
432432 */
433- private class TaintReturnFromSelf extends SummarizedCallable {
434- // TODO: better name?
435- TaintReturnFromSelf ( ) { this = "ActionController::Parameters#<various>" }
433+ private class MethodsReturningParamsInstanceSummary extends SummarizedCallable {
434+ MethodsReturningParamsInstanceSummary ( ) { this = "ActionController::Parameters#<various>" }
436435
437436 override MethodCall getACall ( ) {
438437 any ( ParamsInstance i ) .asExpr ( ) .getExpr ( ) = result .getReceiver ( ) and
You can’t perform that action at this time.
0 commit comments