mirror of
https://github.com/github/codeql.git
synced 2026-02-23 18:33:42 +01:00
DataFlow: Add support for configuration-specific implicit reads.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -724,7 +724,6 @@ private module Cached {
|
||||
Node node1, Content c, Node node2, DataFlowType contentType, DataFlowType containerType
|
||||
) {
|
||||
storeStep(node1, c, node2) and
|
||||
read(_, c, _) and
|
||||
contentType = getNodeDataFlowType(node1) and
|
||||
containerType = getNodeDataFlowType(node2)
|
||||
or
|
||||
|
||||
Reference in New Issue
Block a user