From 428d7edd664f42d9e07144f6ebd3e51feb0a99da Mon Sep 17 00:00:00 2001 From: David Sopas <11536578+dsopas@users.noreply.github.com> Date: Fri, 12 Apr 2024 09:45:30 -0400 Subject: [PATCH] Added Damn Vulnerable RESTaurant Closes #203 Signed-off-by: David Sopas <11536578+dsopas@users.noreply.github.com> --- src/data/collection.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/data/collection.json b/src/data/collection.json index 6fa035f..dfb0a68 100644 --- a/src/data/collection.json +++ b/src/data/collection.json @@ -579,6 +579,26 @@ "notes": null, "badge": "anxolerd/dvpwa" }, + { + "url": "https://github.com/theowni/Damn-Vulnerable-RESTaurant-API-Game", + "name": "Damn Vulnerable Restaurant", + "collection": [ + "offline" + ], + "references": [ + { + "name": "guide", + "url": "https://devsec-blog.com/2024/04/security-code-challenge-for-developers-ethical-hackers-the-damn-vulnerable-restaurant/" + } + ], + "technology": [ + "Python", + "Docker" + ], + "author": "theowni", + "notes": "Damn Vulnerable Restaurant is an intentionally vulnerable Web API game for learning and training purposes dedicated to developers, ethical hackers and security engineers.", + "badge": "theowni/Damn-Vulnerable-Restaurant-API-Game" + }, { "url": "https://github.com/OWASP/DVSA", "name": "Damn Vulnerable Serverless App (DVSA)",