We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a91145 commit d4cbb8cCopy full SHA for d4cbb8c
docs/codeql/codeql-language-guides/advanced-dataflow-scenarios-cpp.rst
@@ -93,7 +93,7 @@ will catch most things such as
93
free(b);
94
}
95
96
-This is simple to match because we see:
+This data flow is simple to match because the CodeQL database contains the information to see:
97
1. User input starts at ``user_input()`` and flows into ``fill_structure``.
98
2. The data is written to the object ``b`` with access path ``[a, p]``.
99
3. The object ``b`` flows out of ``fill_structure`` and into ``process_structure``.
0 commit comments