mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Update docs/codeql/codeql-language-guides/using-flow-labels-for-precise-data-flow-analysis.rst
Co-authored-by: Erik Krogh Kristensen <erik-krogh@github.com>
This commit is contained in:
@@ -250,7 +250,7 @@ Similarly, we update ``isSink`` and require the base of the property read to hav
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
Our definition of ``isAdditionalFlowStep`` now needs to specify two flow state, a
|
Our definition of ``isAdditionalFlowStep`` now needs to specify two flow states, a
|
||||||
predecessor state ``predState`` and a successor state ``succState``. In addition to specifying flow from
|
predecessor state ``predState`` and a successor state ``succState``. In addition to specifying flow from
|
||||||
the predecessor node ``pred`` to the successor node ``succ``, it requires that ``pred`` has state
|
the predecessor node ``pred`` to the successor node ``succ``, it requires that ``pred`` has state
|
||||||
``state1``, and adds state ``succState`` to ``succ``. In our case, we use this to add both the
|
``state1``, and adds state ``succState`` to ``succ``. In our case, we use this to add both the
|
||||||
|
|||||||
Reference in New Issue
Block a user