Skip to content
Snippets Groups Projects
Commit 6399b645 authored by Jueun Park's avatar Jueun Park
Browse files

Edited index.md and added openapi.png

parent e16d8f4b
Branches
No related tags found
1 merge request!7Resolve "Add documentation in pages"
Pipeline #13245 passed
pages/docs/img/openapi.png

31.4 KiB

......@@ -10,7 +10,7 @@ First of all, This tool parses [an OpenAPI specification (Swagger)](https://swag
![](img/parser.png)
After a parsing phase, `RAGO` is prepared to generate tests automatically in two different ways based on Fuzzing, `Random Testing` and `Parameter Inference`
After the parsing phase, `RAGO` is prepared to generate tests automatically in two different ways based on Fuzzing, `Random Testing` and `Parameter Inference`.
## OpenAPI in RAG
......@@ -19,6 +19,12 @@ After a parsing phase, `RAGO` is prepared to generate tests automatically in two
- UML for OpenAPIObject
- Relast for OpenAPIObject
![](img/openapi.png)
```
OpenAPIObject ::= <OpenAPI> <JsonSchemaDialect> I:InfoObject Serv:ServerObject* P:PathsObject* W:Webhook* C:ComponentsObject Sr:SecurityRequirementObject* T:TagObject* [E:ExternalDocObject] Ex:Extension*;
```
## Fuzzing Methods
### Random Testing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment