File tree 1 file changed +4
-5
lines changed
ruby/ql/lib/codeql/ruby/frameworks 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -410,12 +410,11 @@ private module ParamsSummaries {
410
410
}
411
411
412
412
/**
413
- * Methods on `ActionController::Parameters` which propagate taint from
414
- * receiver to return value.
413
+ * A flow summary for methods on `ActionController::Parameters` which
414
+ * propagate taint from receiver to return value.
415
415
*/
416
- private class TaintReturnFromSelf extends SummarizedCallable {
417
- // TODO: better name?
418
- TaintReturnFromSelf ( ) { this = "ActionController::Parameters#<various>" }
416
+ private class MethodsReturningParamsInstanceSummary extends SummarizedCallable {
417
+ MethodsReturningParamsInstanceSummary ( ) { this = "ActionController::Parameters#<various>" }
419
418
420
419
override MethodCall getACall ( ) {
421
420
any ( ParamsInstance i ) .asExpr ( ) .getExpr ( ) = result .getReceiver ( ) and
You can’t perform that action at this time.
0 commit comments