diff --git a/dictionary.json b/dictionary.json index d77f0bbe7..0b9452051 100644 --- a/dictionary.json +++ b/dictionary.json @@ -1698,6 +1698,11 @@ "description": "The indication of whether the value is from a default value name. For example, the value name could be missing.", "type": "boolean_t" }, + "is_exploit_available":{ + "caption": "Exploit Availability", + "description": "Indicates if an exploit or a PoC (proof-of-concept) is available for the reported vulnerability.", + "type": "boolean_t" + }, "is_managed": { "caption": "Managed Device", "description": "The event occurred on a managed device.", diff --git a/objects/vulnerability.json b/objects/vulnerability.json index bfcde8d82..7a805b792 100644 --- a/objects/vulnerability.json +++ b/objects/vulnerability.json @@ -17,6 +17,9 @@ "description": "The description of the vulnerability.", "requirement": "optional" }, + "is_exploit_available":{ + "requirement": "optional" + }, "first_seen_time": { "description": "The time when the vulnerability was first observed.", "requirement": "optional"