cveReputationV2
Provides the severity of the CVE based on the CVSS score where available.
python · Common Scripts
Details
| ID | cveReputationV2 |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | cve reputation |
README
Provides the severity of the CVE based on the CVSS score where available.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | cve, reputation |
| Cortex XSOAR Version | 6.5.0 |
Dependencies
This script uses the following commands and scripts.
cve
Used In
This script is used in the following playbooks and scripts.
CVE Enrichment - Generic
Inputs
| Argument Name | Description |
|---|---|
| input | CVE ID. |
Outputs
There are no outputs for this script.
commonfields: id: cveReputationV2 version: -1 name: cveReputationV2 type: python subtype: python3 script: '' tags: - cve - reputation comment: Provides the severity of the CVE based on the CVSS score where available. enabled: true args: - name: input required: true default: true description: CVE ID. scripttarget: 0 dependson: must: - cve timeout: 2.4µs dockerimage: demisto/python3:3.12.13.10404775 runonce: false fromversion: 6.5.0 tests: - No tests (auto formatted)