rest-api-fuzz-testing icon indicating copy to clipboard operation
rest-api-fuzz-testing copied to clipboard

REST API Fuzz Testing (RAFT): Source code for self-hosted service developed for Azure, including the API, orchestration engine, and default set of security tools (including MSR's RESTler), that enable...

Results 14 rest-api-fuzz-testing issues
Sort by recently updated
recently updated
newest added

my yaml file references an external file with examples: parameters: - name: 'id' in: 'path' description: 'Id of the object' required: true schema: type: 'string' format: 'guid' examples: camera: $ref:...

Deployment fails as so: python .\raft.py service deploy 'utf-8' codec can't decode byte 0xa0 in position 69: invalid start byte Using: Python 3.9.5 azure-cli 2.27.1 Raft 4.1 I have deployed...

I followed the deployment instructions from the [docs](https://github.com/microsoft/rest-api-fuzz-testing/blob/v4.1.0/docs/how-to-deploy.md), but the deployment fails with the following without any additional info: ```bash py raft.py service deploy list index out of range ```...

question

Running ZAP in a local deployment with the following configuration: ```JSON { "readOnlyFileShareMounts": [ { "fileShareName": "specifications", "mountPath": "/specifications" } ], "testTasks": { "targetConfiguration": { "apiSpecifications": [ "/specifications/openapi.json" ], "endpoint":...

depends on external fix

Hi, could you provide a sample that shows how to use RESTler inline and external examples via RAFT?

depends on external fix

We use a self-signed certificate during development and get this when running Dredd: Error: Error: unable to verify the first certificate Stacktrace: Error: unable to verify the first certificate at...

depends on external fix

Could you give an example of how to use the Certificates option in targetConfiguration? Ideally a sample since I cant find any documentation, issue, or sample that shows how to...

I've setup my RAFT config with: "toolName": "RESTler", "outputFolder": "restler-logs", "toolConfiguration": { "tasks": [ { "task": "compile", "compileConfiguration": { "discoverExamples": true, "usebodyexamples": true, "UseQueryExamples": true, "ExamplesDirectory": "." and my API...

Almost all test tools support disabling of certificate validation. Expose this as an option in a job config to allow users to turn that off.

Seeing this error during deployment. ---------------------- Assigning Key Vault roles adding Read permission granting permissions args: az keyvault secret set --description "v312 Service Principal authentication credentials" --file /mnt/d/released-cli/v3.1/raft_sdk/.tmp/sp.json --name RaftServicePrincipal...

bug