Skip to content

feat(lab2): Threagile threat model + secure variant + auth flow#952

Open
lashmanovSergey wants to merge 8 commits into
inno-devops-labs:mainfrom
lashmanovSergey:feature/lab2
Open

feat(lab2): Threagile threat model + secure variant + auth flow#952
lashmanovSergey wants to merge 8 commits into
inno-devops-labs:mainfrom
lashmanovSergey:feature/lab2

Conversation

@lashmanovSergey

Copy link
Copy Markdown

Goal

Perform baseline threat modeling on OWASP Juice Shop, then implement a secure variant with risk reduction analysis, including an authentication-focused threat model.

Changes

  • Added submissions/lab2.md with baseline risk table, top‑5 risks, STRIDE mapping, and trust boundary observation
  • Added secure variant risk comparison table and explanation of eliminated vs. remaining risks
  • Added bonus section: authentication flow threat model with 3 auth‑specific risks (OWASP Top 10:2025)

Testing

  • Ran Threagile baseline: threagile -model threagile-model.yaml -output output/
  • Applied hardening changes (HTTPS, encryption, prepared statements) and re‑ran Threagile on threagile-model-secure.yaml
  • Compared baseline-counts.json vs secure-counts.json to verify risk reduction

Artifacts & Screenshots

  • Baseline report excerpt in submissions/lab2.md (risk counts, top‑5, STRIDE)
  • Secure variant diff table and explanation
  • Auth‑flow model description and 3 identified risks

Checklist

  • Task 1 — Baseline risk table + top‑5 with STRIDE mapping
  • Task 2 — Secure variant + risk diff table (incl. Δ by severity)
  • Bonus — Auth‑flow model + 3 auth‑specific risks mapped to OWASP Top 10:2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant