File tree Expand file tree Collapse file tree
docs/codeql/codeql-language-guides Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -568,7 +568,7 @@ Commonly used sink kinds for Rust include:
568568
569569- **sql-injection **: A sink for SQL injection, such as an argument to ``sqlx::query ``.
570570- **path-injection **: A sink for path injection in a file system access, such as an argument to ``std::fs::read ``.
571- - **log-injection **: A sink for log injection, such as an argument to a logging macro .
571+ - **log-injection **: A sink for log injection, such as an argument to a logging function .
572572- **html-injection **: A sink for HTML injection (cross-site scripting), such as a response body.
573573- **command-injection **: A sink for command injection, such as an argument to ``std::process::Command ``.
574574- **request-url **: A sink for server-side request forgery, such as a URL passed to an HTTP client.
You can’t perform that action at this time.
0 commit comments