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:
Florin Coada
2026-04-21 16:44:12 +01:00
committed by GitHub
parent 0866e8dc21
commit a44883486a

View File

@@ -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
~~~~~~~~~~