From ecb5887881bb4e213fa0800506a3aa72fbf81799 Mon Sep 17 00:00:00 2001 From: Aidar Date: Mon, 9 Feb 2026 16:43:49 +0300 Subject: [PATCH 1/7] docs: add PR template --- .github/pull_request_template.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..bd55c845 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,12 @@ +## Goal + +## Changes + +## Testing + +## Artifacts & Screenshots + +## Checklist +- [ ] clear title +- [ ] docs updated if needed +- [ ] no secrets/large temp files From 2c73a8b7c7325319fe9ed48a8b169bb94727021b Mon Sep 17 00:00:00 2001 From: Aidar Date: Mon, 9 Feb 2026 16:45:42 +0300 Subject: [PATCH 2/7] docs(lab1): add submission1 triage report --- labs/submission1.md | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 labs/submission1.md diff --git a/labs/submission1.md b/labs/submission1.md new file mode 100644 index 00000000..4bf05fa2 --- /dev/null +++ b/labs/submission1.md @@ -0,0 +1,63 @@ +# Triage Report — OWASP Juice Shop + +## Scope & Asset +- Asset: OWASP Juice Shop (local lab instance) +- Image: bkimminich/juice-shop:v19.0.0 +- Release link/date: — <2025-09-04T05:38:11Z> +- Image digest (optional): + +## Environment +- Host OS: Windows 10 22H2 +- Docker: 29.1.5 + +## Deployment Details +- Run command used: `docker run -d --name juice-shop -p 127.0.0.1:3000:3000 bkimminich/juice-shop:v19.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: +![alt text](image1.png) +- API check: first 5–10 lines from `curl -s http://127.0.0.1:3000/rest/products | head` +``` + + + + Error: Unexpected path: /rest/products +