Skip to content

Commit 579753b

Browse files
Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
Co-authored-by: hubwriter <[email protected]>
1 parent 2d61519 commit 579753b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The data flow library is imported using
4141
import codeql.ruby.DataFlow
4242
4343
Data flow tracks the flow of data through the program, including through function calls (interprocedural data flow).
44-
Data flow is particularly useful for security queries, where untrusted data flow to vulnerable parts of the program
44+
Data flow is particularly useful for security queries, where untrusted data flows to vulnerable parts of the program
4545
to exploit it. Related to data flow, is the taint-tracking library, which finds how data can *influence* other values
4646
in a program, even when it is not copied exactly.
4747

0 commit comments

Comments
 (0)