From 53f2b43846a4aa4eb262546fb7c0b65ff661fcde Mon Sep 17 00:00:00 2001 From: Katy Anton Date: Sun, 7 Apr 2024 16:47:09 +0100 Subject: [PATCH] layout --- v4/en/0x03-about-structure.md | 4 ++-- v4/en/0x04-introduction.md | 6 ++---- v4/en/c1-accesscontrol.md | 4 ++-- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/v4/en/0x03-about-structure.md b/v4/en/0x03-about-structure.md index 34590c1..a8e8281 100644 --- a/v4/en/0x03-about-structure.md +++ b/v4/en/0x03-about-structure.md @@ -3,7 +3,7 @@ layout: col-sidebar tags: OWASP Top Ten Proactive Controls 2024, Document Structure document: OWASP Top Ten Proactive Controls 2024 -order: 3 +order: 403 --- @@ -20,7 +20,7 @@ This document is structured as a list of security controls. The list is ordered * C7: Implement Digital Identity * C8: Help the Browser defend its User * C9: Implement Security Logging and Monitoring -* C10: Don’t perform unintended malicious outgoing requests +* C10: Stop Server Side Request Forgery ## Security Controls diff --git a/v4/en/0x04-introduction.md b/v4/en/0x04-introduction.md index 2cff9b5..fe954f5 100644 --- a/v4/en/0x04-introduction.md +++ b/v4/en/0x04-introduction.md @@ -1,15 +1,13 @@ --- -layout: col-sidebar +layout: col-document tags: OWASP Top Ten Proactive Controls 2024, Intro document: OWASP Top Ten Proactive Controls 2024 -order: 4 +order: 404 permalink: /v4/en/introduction --- -{% include sub_navigation.html %} - # Introduction For years, developers have suffered through introducing the same security issues into the things they build. The most common issues, which have existed for decades, have been documented by the OWASP Top Ten. Many of the issues in the earliest version still exist in some form today. A mechanism is needed to counter these challenges, and that mechanism is proactive controls. diff --git a/v4/en/c1-accesscontrol.md b/v4/en/c1-accesscontrol.md index 0cda79e..4af62fb 100644 --- a/v4/en/c1-accesscontrol.md +++ b/v4/en/c1-accesscontrol.md @@ -1,9 +1,9 @@ --- -layout: col-sidebar +layout: col-document tags: OWASP Top Ten Proactive Controls 2024, C1, Implement Access Control document: OWASP Top Ten Proactive Controls 2024 -order: 5 +order: 405 permalink: /v4/en/c1-accesscontrol ---