cveReputation Deprecated
Deprecated. Use CveReputationV2 (in CommonScripts) instead.
javascript · CVE Search (Deprecated)
Details
| ID | cveReputation |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | cve reputation |
README
Provides the severity of the CVE based on the CVSS score if it is available.
Script Data
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | cve, reputation |
Dependencies
This script uses the following commands and scripts.
- cve-search
Inputs
| Argument Name | Description |
|---|---|
| input | The CVE ID. |
Outputs
There are no outputs for this script.
commonfields: id: cveReputation version: -1 name: cveReputation script: '' type: javascript tags: - cve - reputation comment: Deprecated. Use CveReputationV2 (in CommonScripts) instead. enabled: true args: - name: input required: true default: true description: CVE ID scripttarget: 0 dependson: must: - cve timeout: 2.4µs fromversion: 5.0.0 deprecated: true