The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

More information on BChecks structure

Simon | Last updated: Oct 07, 2023 03:51AM UTC

Currently my created BCheck only shows the Advisory tab. I would like to also have "Request", "Response" and "Path to issue" like the dashboard but the documentation does not show how to do this. Is there a timeline for when this will be added in?

Hannah, PortSwigger Agent | Last updated: Oct 09, 2023 08:51AM UTC

Hi Your BCheck issue should automatically add the appropriate request and response that have triggered the issue. Could you share an example of your BCheck where this is occurring?

Wojciech | Last updated: Oct 10, 2023 09:17PM UTC

Hello. I came across similar issue, my bcheck: metadata: language: v1-beta name: "API Headers: Cache control" description: "" tags: "passive", "API", "headers" given response then if {latest.request.url} matches "(?i)(/api|/v[0-9]/)" then if not ( {to_lower(latest.response.headers)} matches "cache-control" ) then report issue: severity: low confidence: firm detail: "Missing API Cache-Control Header." remediation: "Cache-Control header should be set to Cache-Control: no-store" end if end if The issue has been reported, but only the advisory tab is visible. There is neither a request nor a response attached to the issue.

Hannah, PortSwigger Agent | Last updated: Oct 11, 2023 09:55AM UTC