Open
Conversation
Uiyrte
pushed a commit
that referenced
this pull request
Oct 3, 2025
Signed-off-by: Dmitrii Creed <creeed22@gmail.com>
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
Evaluate the baseline threat model using Threagile and identify key risks. Generate visual and structured artifacts (PDF, diagrams, JSON) to support security analysis and document findings for lab submission.
Changes
Ran Threagile against the provided YAML model (threagile-model.yaml) using Docker.
Generated full report in PDF format, along with data flow and technical asset diagrams.
Applied custom ranking logic to sort risks by composite score (Severity × 100 + Likelihood × 10 + Impact).
Compared baseline and secure models to identify deltas in risk levels.
Testing
Verified successful generation of output files in labs/lab2/baseline/.
Manually inspected report.pdf, risks.json, and diagram PNGs for completeness.
Confirmed that encryption improvements reduced the severity of unencrypted-communication risk (Δ = -2).
Validated sorting logic using sample risk entries and score calculations.
Artifacts & Screenshots
labs/lab2/baseline/report.pdf: Full threat model report
data-flow-diagram.png and technical-assets-diagram.png: Visual architecture diagrams
risks.json: Raw risk data used for ranking
Markdown table comparing baseline vs secure risks (see submission2.md).
Checklist