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 {
427
427
}
428
428
429
429
/**
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.
432
432
*/
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>" }
436
435
437
436
override MethodCall getACall ( ) {
438
437
any ( ParamsInstance i ) .asExpr ( ) .getExpr ( ) = result .getReceiver ( ) and
You can’t perform that action at this time.
0 commit comments