mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Merge remote-tracking branch 'upstream/master' into ASPNetRequestValidationMode
# Conflicts: # change-notes/1.24/analysis-csharp.md
This commit is contained in:
@@ -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
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user