We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafbd3e commit f2cc838Copy full SHA for f2cc838
1 file changed
src/content/tools/evomaster.md
@@ -1,15 +1,22 @@
1
---
2
name: EvoMaster
3
-description: A tool for automatically generating system-level test cases for RESTful APIs, using Evolutionary Algorithms and Dynamic Program Analysis.
+description: A fuzzer for automatically generating system-level test cases for REST APIs, using Evolutionary Algorithms and Dynamic Program Analysis.
4
categories:
5
- testing
6
+ - security
7
languages:
8
java: true
9
kotlin: true
-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
17
oasVersions:
18
v2: true
19
v3: true
- v3_1: false
20
+ v3_1: true
21
v3_2: false
22
0 commit comments