Adding pre-reqs part 2

This commit is contained in:
2023-12-26 15:54:39 -05:00
parent b22b58c935
commit 38a1bd6b32
2 changed files with 47 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ draft: false
# Introduction
Prerequisites are incredibly important to any development project and was the (OWASP Top 10, Number 4, Insecure Design)[https://owasp.org/Top10/A04_2021-Insecure_Design/]. For the purpose of this document we will talk about it in context of *security implications*.
Prerequisites are incredibly important to any development project and was the [OWASP Top 10, Number 4, Insecure Design](https://owasp.org/Top10/A04_2021-Insecure_Design/). For the purpose of this document we will talk about it in context of *security implications*.
# Planning Comes First