Security Penetration Tests
Add context to a pentest finding
Saves a customer context note on a pentest finding, e.g. an accepted-by-design rationale or remediation details. Future scans of the same target pass the note to the testing agent so the issue is retested with that context.
put/v1/pentest-finding-contexts/{issueId}
Path parameters
issueIdstring required
Headers
X-Organization-Idstring
Organization ID (required for session auth, optional for API key auth)
Request body
Example request
{
"runId": "pentest-abc123",
"context": "Read access to appConfiguration is accepted by design: the collection only holds non-secret bootstrap configuration and write access is restricted to privileged users."
}Response
Context note saved