raw_request
Send raw HTTP requests to any AttackForge SSAPI endpoint to directly query or modify projects, vulnerabilities, and test cases.
Instructions
Make a raw request to any AttackForge SSAPI endpoint.
Args: method: HTTP method (GET, POST, PUT, DELETE, PATCH) endpoint: SSAPI path, e.g. "/vulnerabilities" or "/project/123/testcases" params: Optional query string parameters body: Optional JSON request body
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| method | Yes | ||
| params | No | ||
| endpoint | Yes |