Merge remote-tracking branch 'upstream/master' into ASPNetRequestValidationMode

# Conflicts:
#	change-notes/1.24/analysis-csharp.md
This commit is contained in:
Calum Grant
2019-12-02 12:03:11 +00:00
45 changed files with 760 additions and 137 deletions

View File

@@ -113,6 +113,12 @@ private class LocalTaintExprStepConfiguration extends ControlFlowReachabilityCon
scope = e2 and
isSuccessor = true
)
or
e2 = any(OperatorCall oc |
oc.getTarget().(ConversionOperator).fromLibrary() and
e1 = oc.getAnArgument() and
isSuccessor = true
)
)
}