From 0be1fafd8aad26d96efaa9ccede397044b404367 Mon Sep 17 00:00:00 2001 From: Alex <53379240+AlexandraC0@users.noreply.github.com> Date: Thu, 4 Dec 2025 16:14:10 +0100 Subject: [PATCH 1/2] Add Duck Store to the list --- _data/collection.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/_data/collection.json b/_data/collection.json index 01f3718..f52f3a4 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -801,6 +801,30 @@ "author": "Red and Black", "notes": null, "badge": "red-and-black/DjangoGoat" + }, + { + "url": "https://duck-store.escape.tech/", + "name": "Duck Store", + "collection": [ + "online" + ], + "technology": [ + "React", + "FastAPI" + ], + "references": [ + { + "name": "Announcement", + "url": "https://escape.tech/blog/duck-store-vulnerable-app/" + }, + { + "name": "Live", + "url": "https://duck-store.escape.tech/" + } + ], + "author": "DonAsako", + "notes": "Duck Store is an intentionally vulnerable web app for training purposes on how to find classic and business logic vulns dedicated to developers, ethical hackers, and security engineers.", + "badge": null }, { "url": "https://github.com/k-tamura/easybuggy", From 1f168b36bc2aa7e0095e583294c736e58e68c3d6 Mon Sep 17 00:00:00 2001 From: Rick M Date: Thu, 4 Dec 2025 10:54:01 -0500 Subject: [PATCH 2/2] Apply suggestions from code review --- _data/collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/collection.json b/_data/collection.json index f52f3a4..691d5a4 100644 --- a/_data/collection.json +++ b/_data/collection.json @@ -814,11 +814,11 @@ ], "references": [ { - "name": "Announcement", + "name": "announcement", "url": "https://escape.tech/blog/duck-store-vulnerable-app/" }, { - "name": "Live", + "name": "live", "url": "https://duck-store.escape.tech/" } ],