Update docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst

Co-authored-by: Felicity Chapman <felicitymay@github.com>
This commit is contained in:
Mathias Vorreiter Pedersen 2023-10-18 14:18:05 +02:00 коммит произвёл GitHub
Родитель 8812567c69
Коммит 3b6c43c9a1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -238,7 +238,7 @@ Using asExpr
Alternatively, this flow could also be tracked by:
1. Changing ``isAdditionalFlowStep`` so that it targets the dataflow node that represents the value of the ``FieldAccess`` instead of the value it points to, and
2. Changing ``isSink`` so specify that we're interested in tracking the value the argument passed to ``use_pointer`` (instead of the value of what the argument points to).
2. Changing ``isSink`` to specify that we're interested in tracking the value the argument passed to ``use_pointer`` (instead of the value of what the argument points to).
With those changes our QL query becomes: