mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Ruby: Slightly improve class name
This commit is contained in:
@@ -427,12 +427,11 @@ private module ParamsSummaries {
|
||||
}
|
||||
|
||||
/**
|
||||
* Methods on `ActionController::Parameters` which propagate taint from
|
||||
* receiver to return value.
|
||||
* A flow summary for methods on `ActionController::Parameters` which
|
||||
* propagate taint from receiver to return value.
|
||||
*/
|
||||
private class TaintReturnFromSelf extends SummarizedCallable {
|
||||
// TODO: better name?
|
||||
TaintReturnFromSelf() { this = "ActionController::Parameters#<various>" }
|
||||
private class MethodsReturningParamsInstanceSummary extends SummarizedCallable {
|
||||
MethodsReturningParamsInstanceSummary() { this = "ActionController::Parameters#<various>" }
|
||||
|
||||
override MethodCall getACall() {
|
||||
any(ParamsInstance i).asExpr().getExpr() = result.getReceiver() and
|
||||
|
||||
Reference in New Issue
Block a user