OBJECT
PluginDetails
link GraphQL Schema definition
- type PluginDetails {
- # Plugin ID
- Int! :
- # Name
- String! :
- # Plugin Source
- PluginSource! :
- # Plugin Family Name
- String! :
- # Severity
- PluginSeverity! :
- # Description
- String :
- # Solution
- String :
- # Resources
- String!]! : [
- # Type
- String :
- # Plugin Publication Date
- Time :
- # Plugin Modification Date
- Time :
- # Vulnerability Publication Date
- Time :
- # Vulnerability Modification Date
- Time :
- # Reference Information
- PluginReference!]! : [
- # CPE
- String @deprecated( reason: "please use cpes, this should be plural" ) :
- # CVEs
- String!] : [
- # CPEs
- String!] : [
- # CVSS Vector
- String :
- # CVSS Temporal Vector
- String :
- # CVSS Temporal Score
- String :
- # CVSS Base Score
- String :
- # CVSS v3.0 Vector
- String :
- # CVSS v3.0 Temporal Vector
- String :
- # CVSS v3.0 Temporal Score
- String :
- # CVSS v3.0 Base Score
- String :
- # CVSS Impact Score
- String :
- # IAVM Severity
- String :
- # Script Version
- String :
- # Exploit Available
- Boolean :
- # Exploit Ease
- String :
- # Exploited by Malware
- Boolean :
- # Exploit Exists in CANVAS
- Boolean :
- # CANVAS Exploit Package
- String :
- # Exploit Exists in CORE
- Boolean :
- # Exploit Exists in ExploitHub
- Boolean :
- # ExploitHub SKU
- String :
- # Exploit Exists in Metasploit
- Boolean :
- # Metasploit Module
- String :
- # Exploit Exists in D2 Elliot
- Boolean :
- # D2 Elliot Entry
- String :
- # Threat Recency
- String :
- # Threat Intensity
- String :
- # Exploit Code Maturity
- String :
- # Age of Vulnerability
- String :
- # Product Coverage
- String :
- # CISA Known Exploited Dates
- String :
- }