args: - description: The PAN-OS version - ex 9.1.0. name: version required: true - description: The list of advisories, produced by pan-advisories-get-advisories. isArray: true name: advisories required: true comment: Checks if the given PAN-OS version number is affected by the given list of vulnerabilties from the pan-advisories-get-advisories command. commonfields: id: CheckPanosVersionAffected version: -1 name: CheckPanosVersionAffected outputs: - contextPath: MatchingSecurityAdvisory.data_type description: The type of advisory this is. type: String - contextPath: MatchingSecurityAdvisory.data_format description: The format of the advisory, such as MITRE. type: String - contextPath: MatchingSecurityAdvisory.cve_id description: The ID of the CVE described by this advisory. type: String - contextPath: MatchingSecurityAdvisory.cve_date_public description: The date this CVE was released. type: String - contextPath: MatchingSecurityAdvisory.cve_title description: The name of this CVE. type: String - contextPath: MatchingSecurityAdvisory.description description: Human readable description of Advisory. type: String - contextPath: MatchingSecurityAdvisory.affected_version_list description: List of PAN-OS affected versions exactly. type: String - contextPath: MatchingSecurityAdvisory.cvss_score description: CVSS Score of matched vulnerability. type: Unknown - contextPath: MatchingSecurityAdvisory.cvss_severity description: CVSS Severity of matched vulnerability. type: Unknown script: '-' subtype: python3 timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.5.0 tests: - No tests (auto formatted)