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:
Asger F
2024-12-03 11:49:34 +01:00
committed by GitHub
parent 5e27257405
commit 89849fae87

View File

@@ -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
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