Burp Suite User Forum

Create new post

Break down Delta scan results

asdf | Last updated: Jul 14, 2020 02:04PM UTC

I'm using GraphQL API to retrieve Delta using "ScanDelta" object (below) and get new_issue_count, repeated_issue_count etc. Is there a way to break it down and retrieve how many high, medium or low are in each new_issue_count, repeated_issue_count etc. scan_delta { new_issue_count repeated_issue_count regressed_issue_count resolved_issue_count }

Uthman, PortSwigger Agent | Last updated: Jul 14, 2020 03:30PM UTC

Hi, Unfortunately, that is not possible. The scan_delta object is aggregating the issues and reporting the total. You will need to include issue_types { novelty } in your query to find that information.

You must be an existing, logged-in customer to reply to a thread. Please email us for additional support.