From e392ea9fc79a8c6ff5554cf3af12527d88121fc6 Mon Sep 17 00:00:00 2001 From: Timo Pagel Date: Wed, 16 Jun 2021 11:04:42 +0200 Subject: [PATCH] Change past to future Threat Modeling, in the best case, should be performed before you implement it. Therefore, I suggest to change it to future tence. --- Secure_Developer_Checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Secure_Developer_Checklist.md b/Secure_Developer_Checklist.md index 9a3b07c..34db279 100644 --- a/Secure_Developer_Checklist.md +++ b/Secure_Developer_Checklist.md @@ -10,7 +10,7 @@ Use this list as an indicator of _security-notable_ events you may want to refer up to the curator of your product's threat model. If you make a change that impacts the security posture of your product (for example, added a new input vector, opened a new network port, added a new API call, changed conditions for authentication and authorization, added privileged user functionality, etc.), create a ticket for your development work (ex. bug tracking ticket with label, _potential-tm-update_ and describe your change so that the threat model curator can further direct and communicate with other stakeholders. -| If you did THIS … | … then do THAT | +| If you want to do THIS … | … then do THAT | |-------------------|----------------| |… added functionality that changes sensitive properties or objects in the system|| |… created a new process or actor||