mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +01:00
Remove the same callable constraint
This commit is contained in:
@@ -50,8 +50,7 @@ private class SetToGetAttributeStep extends AdditionalValueStep {
|
||||
sma.getMethod() instanceof SetRequestAttributeMethod
|
||||
) and
|
||||
gma.getArgument(0).(CompileTimeConstantExpr).getStringValue() =
|
||||
sma.getArgument(0).(CompileTimeConstantExpr).getStringValue() and
|
||||
gma.getEnclosingCallable() = sma.getEnclosingCallable()
|
||||
sma.getArgument(0).(CompileTimeConstantExpr).getStringValue()
|
||||
|
|
||||
pred.asExpr() = sma.getArgument(1) and
|
||||
succ.asExpr() = gma
|
||||
|
||||
Reference in New Issue
Block a user