pvl_webp_vulnerable_apps
Purpose
The custom table serves as a container for the data fetched by the WebP Vulnerability Report script.
Dependencies
- EPM - Security - Script - WebP Vulnerability Report
- EPM - Security - Internal Monitor - Execute Script - WebP Vulnerability Report
Tables
pvl_webp_vulnerable_apps
Column | Type | Explanation |
---|---|---|
computerid | int(10) | Computer ID of the endpoint |
installedappname | varchar(128) | Full name of the application installed on the endpoint |
installedappversion | varchar(32) | Installed version of the corresponding application |
electronappname | varchar(128) | Application name fetched from the JSON file |
electronversion | varchar(32) | Electron version available in the JSON file for the corresponding application |
access_type | varchar(16) | Access type available in the JSON file for the corresponding application |
date_accessed | varchar(32) | Date accessed available in the JSON file for the corresponding application |
vulnerable_cve_2023_4863 | varchar(32) | Vulnerable CVE 2023-4863 status available in the JSON file for the corresponding application |
vulnerable_cve_2023_5217 | varchar(32) | Vulnerable CVE 2023-5217 status available in the JSON file for the corresponding application |
datetime | datetime | Data collection time from the endpoint |