- Checkmarx Documentation
- Checkmarx DAST
- Configuration File
- Configuration File Structure
- Jobs Supported
- openapi
openapi
Description
This job allows you to spider all the endpoints addressed in the Swagger file. Versions 1.2, 2.0, and 3.0 are supported.
Jobs structure
- type: openapi parameters: apiFile: "C:\\Users\\OpenAPI.yaml" apiUrl: "" context: "Default Context" targetUrl: "http://TestURL.com/*"
Possible parameters
- apiFile: <string> (Default - null, no definition will be imported)
The local file containing the OpenAPI definition.
- Context: <string> (Default - null, no context will be used)
Context to use when importing the OpenAPI definition.
- targetUrl: <string> (Default - null, the target will not be overridden)
URL which overrides the target defined in the definition.
Name | Description | Type / Default |
---|---|---|
| The local file containing the OpenAPI definition | String, null, no definition will be imported |
| Context to use when importing the OpenAPI definition | String, null, no context will be used |
| URL which overrides the target defined in the definition | String, null, the target will not be overridden |
In this section: