mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update docs/codeql/codeql-language-guides/codeql-library-for-ruby.rst
Co-authored-by: hubwriter <hubwriter@github.com>
This commit is contained in:
@@ -41,7 +41,7 @@ The data flow library is imported using
|
||||
import codeql.ruby.DataFlow
|
||||
|
||||
Data flow tracks the flow of data through the program, including through function calls (interprocedural data flow).
|
||||
Data flow is particularly useful for security queries, where untrusted data flow to vulnerable parts of the program
|
||||
Data flow is particularly useful for security queries, where untrusted data flows to vulnerable parts of the program
|
||||
to exploit it. Related to data flow, is the taint-tracking library, which finds how data can *influence* other values
|
||||
in a program, even when it is not copied exactly.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user