From 15c2d8c39a2b0c6fb4cbc7e62fa51f8825aa31f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Rainho?= Date: Fri, 10 Jun 2022 20:59:53 +0100 Subject: [PATCH] new entry for deliberately vulnerable api's - vulnerable api called vuln-graphql-api --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 459e959..d2c033b 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Please read the contributions section before openin | [REST API Goat](https://github.com/optiv/rest-api-goat) | This is a "Goat" project so you can get familiar with REST API testing. | | [VAmPI](https://github.com/erev0s/VAmPI)| Vulnerable REST API with OWASP top 10 vulnerabilities for APIs | | [vAPI](https://github.com/roottusk/vapi)| vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises. | +| [vuln-graphql-api](https://github.com/kaakaww/vuln-graphql-api) | A very vulnerable implementation of a GraphQL API. | | [vulnerable-graphql-api](https://github.com/CarveSystems/vulnerable-graphql-api) | A very vulnerable implementation of a GraphQL API. | | [Websheep](https://github.com/marmicode/websheep) | Websheep is an app based on a willingly vulnerable ReSTful APIs. |