Skip to content

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

Merged
Meliman1000-7 merged 1 commit into
mainfrom
feature/lab2
Jun 12, 2026
Merged

feat(lab2): Threagile threat model + secure variant + auth flow bonus#2
Meliman1000-7 merged 1 commit into
mainfrom
feature/lab2

Conversation

@Meliman1000-7

Copy link
Copy Markdown
Owner

Goal

Generate a STRIDE-based threat model of OWASP Juice Shop with Threagile, produce a secure variant, and diff the risk reports.

Changes

  • submissions/lab2.md β€” baseline risk analysis, secure variant diff, auth flow bonus
  • labs/lab2/threagile-model-secure.yaml β€” hardened variant (HTTPS, encryption, auth on internal links)
  • labs/lab2/threagile-model-auth.yaml β€” focused auth flow model (written from scratch)

Testing

  • docker run ... threagile-model.yaml β†’ risks.json generated (23 risks: 4 elevated, 14 medium, 5 low)
  • docker run ... threagile-model-secure.yaml β†’ 18 risks (3 elevated fixed, 2 medium fixed)
  • docker run ... threagile-model-auth.yaml β†’ 41 risks (1 high, 12 elevated β€” auth-specific)

Artifacts & Screenshots

Checklist

  • Title is clear (feat(lab2): Threagile threat model + secure variant + auth flow bonus)
  • No secrets or large temp files committed
  • Submission file at submissions/lab2.md exists

  • Task 1 done β€” Baseline risk table + top-5 with STRIDE mapping
  • Task 2 done β€” Secure variant + risk diff table
  • Bonus done β€” Auth-flow model + 3 auth-specific risks

@Meliman1000-7 Meliman1000-7 merged commit 8112eeb into main Jun 12, 2026
1 check passed
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