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

Edited index.md, mkdocs.yml and renamed fuzzing.md to uml.md

parent 26e093f0
Branches
No related tags found
1 merge request!7Resolve "Add documentation in pages"
Pipeline #13242 passed
fuzzing
\ No newline at end of file
Index
# RAGO - RAG OpenAPI Framework
## Introduction
`RAGO` is the first REST API fuzzing framework modeled in RAG (JastAdd).
`RAGO` parses the OpenAPI specification in Java to transfer it into
a RAG and produces requests that automatically test the target API.
- Short mention of RAG
- Short mention of OpenAPI
## OpenAPI in RAG
## Fuzzing Methods
### Random Request Generator
### Parameter Inference
![](diagrams/grammar/openapiRelast.png)
# UML Class Diagram for RAGO
![](diagrams/grammar/openapiRelast.png)
\ No newline at end of file
......@@ -4,7 +4,7 @@ site_dir: ../public
nav:
- "Overview": index.md
- "Fuzzing Example": fuzzing.md
- "UML Class Diagram for RAGO": uml.md
- "API documentation": ragdoc/index.html
theme:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment