Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15f50e6

Browse files
rdmarsh2jf205
andauthored
Update docs/language/learn-ql/cpp/dataflow.rst
Co-Authored-By: James Fletcher <[email protected]>
1 parent dad1c96 commit 15f50e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/learn-ql/cpp/dataflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ The following data flow configuration tracks data flow from environment variable
244244
select fopen, "This 'fopen' uses data from $@.",
245245
getenv, "call to 'getenv'"
246246
247-
The following taint-tracking configuration tracks data from a call to ``ntohl`` to an array index operation. It uses the ``Guards`` library to recognize expressions that have been bounds-checked and defines ``isSanitizer`` to prevent taint from propagating through them. It also uses ``isAdditionalTaintStep`` to add flow from loop bounds to loop indexes.
247+
The following taint-tracking configuration tracks data from a call to ``ntohl`` to an array index operation. It uses the ``Guards`` library to recognize expressions that have been bounds-checked, and defines ``isSanitizer`` to prevent taint from propagating through them. It also uses ``isAdditionalTaintStep`` to add flow from loop bounds to loop indexes.
248248

249249
.. code-block:: ql
250250

0 commit comments

Comments
 (0)