From e9745bad60f7ebf28b658029617b8974c0a6fb0e Mon Sep 17 00:00:00 2001 From: Greg <23417426+8032@users.noreply.github.com> Date: Mon, 14 Oct 2019 12:25:38 +0100 Subject: [PATCH] Add external references and timezone requirement * Reference ISO27001 * External reference on tainting and session fixation * Add not on timestamps being timezone aware --- Secure_Developer_Checklist.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Secure_Developer_Checklist.md b/Secure_Developer_Checklist.md index f3c5f98..0a6acac 100644 --- a/Secure_Developer_Checklist.md +++ b/Secure_Developer_Checklist.md @@ -17,10 +17,10 @@ Use this list as an indicator of _security-notable_ events you may want to refe |… used cryptography|| |… added an embedded component|| |… received uncontrolled input from an untrusted source| | -|… added Web (or Web-like, REST) functionality|| +|… added Web (or Web-like, REST) functionality|| |… transmitted data over the network|| |… created a computationally- or storage-bound process|| -|… created an install or patching capability|| +|… created an install or patching capability|| |… created a command interpreter (CLI) or execute a system command as part of a process|| -|… added a capability that can destroy, alter or invalidate customer data and/or system resources|| +|… added a capability that can destroy, alter or invalidate customer data and/or system resources|| |… added a log entry||