Skip to content

Commit

Permalink
Merge pull request #10 from justincormack/reqs
Browse files Browse the repository at this point in the history
Add threat model from Justin Cappos
  • Loading branch information
justincormack authored Feb 18, 2020
2 parents 71c718e + 5944374 commit ba5821b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions threatmodel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Threat model
It is assumed that an attacker may perform one or more the following actions:
1. intercept and alter network traffic
2. compromise some set of weak crypto algorithms which are supported in some legacy cases
3. compromise a repository, including gaining access to use any keys stored on the repository
4. compromise a signing key, for example due to malicious action or accidental disclosure by the key owner
5. compromise a step in the software supply chain. This can happen in many different ways, such as by gaining access to the server, compromising the software used in the step of the supply chain, passing different software to a subsequent step than what was intended, or causing an operator to make an error in a step.
While it is not always possible to protect against all scenarios, the system should to the extent possible mitigate and/or reduce the damage caused by a successful attack, detect the occurrence of an attack and notify appropriate parties, yet remain usable for parties operating the system. Furthermore, the system should recover from successful attacks in a way that presents low operational overhead and risk to users.

0 comments on commit ba5821b

Please sign in to comment.