Skip to content

Commit f2cc838

Browse files
authored
Updated information about EvoMaster: OAS 3.1 support (#713)
1 parent fafbd3e commit f2cc838

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

src/content/tools/evomaster.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
22
name: EvoMaster
3-
description: A tool for automatically generating system-level test cases for RESTful APIs, using Evolutionary Algorithms and Dynamic Program Analysis.
3+
description: A fuzzer for automatically generating system-level test cases for REST APIs, using Evolutionary Algorithms and Dynamic Program Analysis.
44
categories:
55
- testing
6+
- security
67
languages:
78
java: true
89
kotlin: true
9-
repo: https://github.com/EMResearch/EvoMaster
10+
python: true
11+
javascript: true
12+
repo: https://github.com/WebFuzzing/EvoMaster
13+
oaiSpecs:
14+
oas: true
15+
overlays: false
16+
arazzo: false
1017
oasVersions:
1118
v2: true
1219
v3: true
13-
v3_1: false
20+
v3_1: true
1421
v3_2: false
1522
---

0 commit comments

Comments
 (0)