Object
IssueType
Exposes basic information about an issue type that was found by a scan.
Fields
type_index():
ID!
A unique identifier for the issue type. This is valid across all Burp products.
name():
String
A text description of the issue type
description_html():
String
A high-level description of the issue type, including information about how it typically arises and how it could potentially be exploited by an attacker.
remediation_html():
String
A brief overview of some typical measures you can take to try and resolve this type of issue.
vulnerability_classifications_html():
String
Vulnerability classifications from the Common Weakness Enumeration collection that are related to this issue type.
references_html():
String
Additional resources containing information related to this issue type.