LinuxInstallState View
The Reporting2.LinuxInstallState view describes install state codes.
Column Name | Data Type | Nullable | Description |
---|---|---|---|
Id | smallint | The install state id. | |
Value | nvarchar(100) | The string value of the id. | |
Description | nvarchar(256) | Provides a simple description of the value. |
Content
You can run the following query to verify the contents of the Reporting.SourceType view.
SELECT [Id]
,[Value]
,[Description]
FROM [SecurityControls].[Reporting2].[LinuxInstallState]
ID | Value | Description |
---|---|---|
0 | Undetermined | Calculation has not been made. Expect to overwrite with one of the values below. |
1 | Does not apply | Patch does not apply to the product being scanned. |
2 | Missing | Product was scanned and found to be in need of this patch or one that replaces it. |
3 | Not missing | Either the file tests of this patch were satisfied, or those of an applicable replacing patch were satisfied. Direct installation evidence was either not found or not evaluated. Legacy "effectively installed". |
4 | Installed | Either the file tests of this patch were satisfied, or those of an applicable replacing patch were satisfied. Legacy refinement of Not Missing, where direct installation evidence of this patch was found. A.k.a. "explicitly installed”. |
5 | No notifications for product | Result placeholder when there are no applicable patches at all for a product. |
6 | Note | Detection of this patch was not defined in content. It is merely applicable, not detectable. |
7 | Error | Scanning conclusion not reachable. Replacement-wise, a patch in this state is calculated as not applicable, although it is reportable. |