From 18c36ee123a2158f7bd9c0974f900fd005108e7f Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 13 Nov 2023 15:30:01 -0500 Subject: [PATCH] Skeleton of prerecs --- .../posts/code-complete-summations-pre-requisets.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/posts/code-complete-summations-pre-requisets.md diff --git a/content/posts/code-complete-summations-pre-requisets.md b/content/posts/code-complete-summations-pre-requisets.md new file mode 100644 index 0000000..a288bd2 --- /dev/null +++ b/content/posts/code-complete-summations-pre-requisets.md @@ -0,0 +1,12 @@ +--- +title: "Pre-Requisites: Code Complete Summations" +date: 2023-11-13 +draft: true +--- + +# Introduction + +Prerequisites are incredably important to any development project. For the purpose of this document we will talk about it in context of security implications. + +(OWASP Top 10, Number 4, Insecure Design)[https://owasp.org/Top10/A04_2021-Insecure_Design/] +