WindowsVendorSeverity view
The Reporting2.WindowsVendorSeverity view defines vendor severity states.
Column Name |
Data Type |
Nullable |
Description |
---|---|---|---|
Id |
smallint |
|
The vendor severity ID. |
Value |
nvarchar(100) |
|
The value of the vendor severity. |
Description |
nvarchar(256) |
|
The vendor severity description. |
Content
You can run the following query to verify the contents of the Reporting3.WindowsVendorSeverity view.
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting3].[WindowsVendorSeverity]
Id |
Value |
Description |
---|---|---|
0 |
None |
None. |
1 |
Critical |
A vulnerability whose exploitation could allow the propagation of an Internet worm without user action. |
2 |
Important |
A vulnerability whose exploitation could result in compromise of the confidentiality, integrity, or availability of users' data, or of the integrity or availability of processing resources. |
3 |
Moderate |
Exploitability is mitigated to a significant degree by factors such as default configuration, auditing, or difficulty of exploitation. |
4 |
Low |
A vulnerability whose exploitation is extremely difficult, or whose impact is minimal. |