feat(lab2): Threagile threat model + secure variant + auth flow#932
Open
eraegar wants to merge 4 commits into
Open
feat(lab2): Threagile threat model + secure variant + auth flow#932eraegar wants to merge 4 commits into
eraegar wants to merge 4 commits 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
Add the Lab 2 Threagile baseline analysis, a hardened secure-variant model, and a focused auth-flow threat model for the bonus task.
Changes
submissions/lab2.mdwith the baseline risk table, top-5 risks, STRIDE mapping, trust-boundary observation, secure-variant comparison, and bonus auth-flow analysislabs/lab2/threagile-model-secure.yamlas the hardened Threagile model variantlabs/lab2/threagile-model-auth.yamlas a focused authentication-flow threat model written from scratchTesting
Commands used:
Observed results:
risks.json,data-flow-diagram.png, anddata-asset-diagram.png4 elevated,14 medium, and5 lowfor a total of2323to203 high,4 elevated,21 medium, and1 lowrisksmissing-authentication-second-factor,missing-identity-propagation, andunguarded-access-from-internetArtifacts & Screenshots
Submission file: submissions/lab2.md
Secure variant model: labs/lab2/threagile-model-secure.yaml
Auth-flow model: labs/lab2/threagile-model-auth.yaml
Generated reports were reviewed locally from
labs/lab2/output/,labs/lab2/output-secure/, andlabs/lab2/output-auth/and are not committedTitle is clear (
feat(lab2): <topic>style)No secrets/large temp files committed
Submission file at
submissions/lab2.mdexists