mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
another review fix
This commit is contained in:
@@ -140,7 +140,7 @@ private module HandlebarsTaintSteps {
|
||||
compileCall.getArgument(0).mayHaveStringValue(templateText)
|
||||
|
|
||||
pred =
|
||||
templatingCall.getAnArgument().getALocalSource().getAPropertyWrite(paramName).getRhs() and
|
||||
templatingCall.getArgument(0).getALocalSource().getAPropertyWrite(paramName).getRhs() and
|
||||
isTemplateHelperCallArg(templateText, helperName, argIdx, paramName) and
|
||||
succ = getRegisteredHelperParam(helperName, helperFunction, argIdx)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user