From 3c672e3f9e9e74e2c67093db9af08ff435665631 Mon Sep 17 00:00:00 2001 From: scruffyscarf <114242238+scruffyscarf@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:20:22 +0300 Subject: [PATCH] Add Triage Report for OWASP Juice Shop --- labs/submission1.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 labs/submission1.md diff --git a/labs/submission1.md b/labs/submission1.md new file mode 100644 index 00000000..f83a11ec --- /dev/null +++ b/labs/submission1.md @@ -0,0 +1,43 @@ +# Triage Report — OWASP Juice Shop + +## Scope & Asset +- Asset: OWASP Juice Shop (local lab instance) +- Image: bkimminich/juice-shop:19.0.0 +- Release link/date: https://github.com/juice-shop/juice-shop/releases/tag/v19.0.0 — Sep 4, 2025 +- Image digest (optional): sha256:babfd4e9685b71f3da564cb35f02e870d3dc7d0f444954064bff4bc38602af6b + +## Environment +- Host OS: macOS 15.6.1 +- Docker: 27.4.0 + +## Deployment Details +- Run command used: `docker run -d --name juice-shop -p 127.0.0.1:3000:3000 bkimminich/juice-shop:19.0.0` +- Access URL: http://127.0.0.1:3000 +- Network exposure: 127.0.0.1 only [+] Yes [ ] No (explain if No) + +## Health Check +- Page load: attach screenshot of home page (path or embed) +- API check: first 5–10 lines from `curl -s http://127.0.0.1:3000/rest/products | head` +``` + + + + Error: Unexpected path: /rest/products +