mirror of
https://github.com/github/codeql.git
synced 2026-05-14 11:19:27 +02:00
Update docs/codeql/codeql-language-guides/customizing-library-models-for-rust.rst
Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
@@ -551,14 +551,6 @@ Source kinds
|
||||
|
||||
See ":ref:`Threat models <threat-models-rust>`" for available source kinds.
|
||||
|
||||
Commonly used source kinds for Rust include:
|
||||
|
||||
- **remote**: A source of data from a remote network request. Most taint-tracking queries use this source kind.
|
||||
- **commandargs**: A source of data from command-line arguments.
|
||||
- **environment**: A source of data from environment variables.
|
||||
- **file**: A source of data from local files.
|
||||
- **database**: A source of data from a database read.
|
||||
|
||||
Sink kinds
|
||||
~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user