feat(lab2): Threagile threat model secure variant and auth flow#950
Open
Walkerino wants to merge 1 commit into
Open
feat(lab2): Threagile threat model secure variant and auth flow#950Walkerino wants to merge 1 commit into
Walkerino wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal
Deliver Lab 2: generate a baseline STRIDE threat model for OWASP Juice Shop, create a secure Threagile variant, compare risk counts, and add an auth-focused bonus model.
Changes
submissions/lab2.mdwith baseline risk counts, top-5 risks, STRIDE mapping, trust-boundary analysis, secure-variant diff, and bonus auth-flow analysis.labs/lab2/threagile-model-secure.yamlwith HTTPS, encrypted storage, authenticated proxy-to-app traffic, and explicit encrypted app-to-storage flow.labs/lab2/threagile-model-auth.yamlas a focused auth/JWT/admin threat model.Testing
Commands run and observed output:
Risk count results:
Artifacts & Screenshots
submissions/lab2.mdlabs/lab2/threagile-model-secure.yamllabs/lab2/threagile-model-auth.yamllabs/lab2/output*is gitignored.Lab Checklist