mirror of
https://github.com/github/codeql.git
synced 2026-04-17 13:04:02 +02:00
The predicate ``` argumentValueFlowsThrough(ArgumentNode arg, OutNode out, CallContext cc) ``` has been generalized to ``` argumentValueFlowsThrough( DataFlowCall call, ArgumentNode arg, Node out, ContentOption contentIn, ContentOption contentOut ) ``` This enables us to summarize normal flow-through (as before), getters, setters, as well as getter-setters.