Skip to content

Commit 5ff5afc

Browse files
Add entry for RESTler fuzzer. (apisyouwonthate#262)
Co-authored-by: Darrel <[email protected]>
1 parent 32024a7 commit 5ff5afc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_data/tools.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2151,6 +2151,16 @@
21512151
v3: true
21522152
v3_1: true
21532153

2154+
- name: RESTler
2155+
category:
2156+
- security
2157+
- testing
2158+
language: Any
2159+
github: https://github.com/microsoft/restler
2160+
description: RESTler is the first stateful REST API fuzzing tool for automatically testing cloud services through their REST APIs and finding security and reliability bugs in these services. RESTler analyzes the OpenAPI description of a cloud service, and then generates and executes tests that exercise the service through its REST API. During testing, it checks for specific classes of bugs and dynamically learns how the service behaves from prior service responses.
2161+
v2: true
2162+
v3: true
2163+
21542164
- name: OpenAPI TypeScript
21552165
category: converters
21562166
language: TypeScript

0 commit comments

Comments
 (0)