Skip to content

Commit f812b64

Browse files
committed
Rust: address review
1 parent 11af770 commit f812b64

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/codeql/codeql-language-guides/codeql-library-for-rust.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@ The data flow library is imported using
3939
import codeql.rust.dataflow.DataFlow
4040
4141
Data flow tracks the flow of data through the program, including through function calls (interprocedural data flow) and between steps in a job or workflow.
42-
Data flow is particularly useful for security queries, where untrusted data flows to vulnerable parts of the program
43-
to exploit it. Related to data flow, is the taint-tracking library, which finds how data can *influence* other values
44-
in a program, even when it is not copied exactly.
42+
Data flow is particularly useful for security queries, where untrusted data flows to vulnerable parts of the program. Related to data flow is the taint-tracking library,
43+
which finds how data can *influence* other values in a program, even when it is not copied exactly.
4544

4645
To summarize, the main Rust library modules are:
4746

0 commit comments

Comments
 (0)