mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
Mention view-component-input in docs and threat model grouping
This commit is contained in:
@@ -15,5 +15,6 @@ The less commonly used categories are:
|
||||
- ``database-access-result`` which represents a database access. Currently only used by JavaScript.
|
||||
- ``file-write`` which represents opening a file in write mode. Currently only used in C#.
|
||||
- ``reverse-dns`` which represents reverse DNS lookups. Currently only used in Java.
|
||||
- ``view-component-input`` which represents inputs to a React, Vue, or Angular component (also known as "props"). Currently only used by JavaScript/TypeScript.
|
||||
|
||||
When running a CodeQL analysis, the ``remote`` threat model is included by default. You can optionally include other threat models as appropriate when using the CodeQL CLI and in GitHub code scanning. For more information, see `Analyzing your code with CodeQL queries <https://docs.github.com/code-security/codeql-cli/getting-started-with-the-codeql-cli/analyzing-your-code-with-codeql-queries#including-model-packs-to-add-potential-sources-of-tainted-data>`__ and `Customizing your advanced setup for code scanning <https://docs.github.com/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/customizing-your-advanced-setup-for-code-scanning#extending-codeql-coverage-with-threat-models>`__.
|
||||
|
||||
@@ -29,3 +29,4 @@ extensions:
|
||||
- ["database-access-result", "all"]
|
||||
- ["file-write", "all"]
|
||||
- ["reverse-dns", "all"]
|
||||
- ["view-component-input", "all"]
|
||||
|
||||
Reference in New Issue
Block a user