args: - description: The vulneribility alert raw JSON data. name: alert_raw_json required: true tags: - Prisma Cloud Compute comment: Parse Vulnerability alert raw JSON data. commonfields: id: PrismaCloudComputeParseVulnerabilityAlert version: -1 name: PrismaCloudComputeParseVulnerabilityAlert outputs: - contextPath: PrismaCloudCompute.VulnerabilityAlert.time description: 'Vulnerability discovery time.' type: Date - contextPath: PrismaCloudCompute.VulnerabilityAlert.imageName description: 'Impacted image name.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.distroName description: 'Full name of the image distribution.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.cve description: 'CVE ID of the vulnerability.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.severity description: 'The Severity of the vulnerability.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.link description: 'The CVE vendor link.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.status description: 'The CVE vendor status.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.packages description: 'Package names.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.packageVersion description: 'The version of the package that caused the vulnerability.' type: String - contextPath: PrismaCloudCompute.VulnerabilityAlert.vulnerabilities.sourcePackage description: 'The name of the source package if such package exist, for os packages, source package is the package used to build the binary.' type: String script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 tests: - No tests (auto formatted)