SecurityAdvisoryCommonWeaknessEnumerations
Lists Common Weakness Enumerations (CWEs) associated with GitHub Security Advisories.
View-Specific Information
Select
The 本製品 uses the GitHub API to process WHERE clause conditions that are built with the following column and operators:
- AdvisoryId supports the '=,IN' comparison operators.
For example, the following queries are processed server-side:
SELECT * FROM [SecurityAdvisoryCommonWeaknessEnumerations]
SELECT * FROM [SecurityAdvisoryCommonWeaknessEnumerations] WHERE [AdvisoryId] = 'Val1'
The 本製品 processes other filters client-side within the 本製品.
Columns
| Name | Type | References | OrderBySupport | Description |
| Id [KEY] | String | The Node ID of the CWE object. | ||
| AdvisoryId [KEY] | String | The Node ID of the SecurityAdvisory object to filter CWEs by. | ||
| CweId | String | The CWE identifier (e.g., CWE-79, CWE-89). | ||
| Name | String | The name of this CWE. | ||
| Description | String | A detailed description of this CWE. |