Skip to content

Commit 3f905f2

Browse files
jketemasubatoi
andauthored
Update docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst
Co-authored-by: Ben Ahmady <[email protected]>
1 parent f6e0583 commit 3f905f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/codeql/codeql-language-guides/analyzing-data-flow-in-cpp-new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
The data flow library described here is available from CodeQL 2.13.0 onwards. See :ref:`here <analyzing-data-flow-in-cpp>` for the library available in earlier versions.
66

7-
Analyzing data flow in C and C++
7+
Analyzing data flow in C and C++ (New)
88
================================
99

1010
You can use data flow analysis to track the flow of potentially malicious or insecure data that can cause vulnerabilities in your codebase.

0 commit comments

Comments
 (0)