Export a saved scan as PDF
Renders one of your saved scans as a PDF report you can share. The report covers the same view of the scan as the tool it was run with.
Requires membership of the workspace.
An OpenID Connect access token issued by Keycloak, acting as the signed-in user.
In: header
Path Parameters
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Language for the text in the report.
"en"Value in
- "en"
- "fr"
Response Body
application/pdf
curl -X POST "https://example.com/v1/workspaces/string/scans/string/pdf" \ -H "Content-Type: application/json" \ -d '{}'"string"Get a saved scan's findings GET
Returns the scan's findings in the view of the tool it was started from, as produced by the scanner. While the scan runs it reports its progress instead.
Analyze a policy value POST
Reviews a Content-Security-Policy header value on its own and reports what each directive does and where the policy is weak, for example an unsafe keyword or...