Skip to content

Commit 0ef790c

Browse files
committed
add notifications to the 2018 version for the new 2024 version
1 parent e5bceb0 commit 0ef790c

15 files changed

+59
-0
lines changed

docs/archive/2018/0x01-about-owasp.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# About OWASP
22

3+
!!! warning "New Version Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. The current version is the [OWASP Top 10 Proactive Controls 2024](./../2024/introduction/about-owasp.md)!
6+
37
The *Open Web Application Security Project* (OWASP) is a 501c3 non for profit educational charity dedicated to enabling organizations to design, develop, acquire, operate, and maintain secure software. All OWASP tools, documents, forums, and chapters are free and open to anyone interested in improving application security. We can be found at [www.owasp.org](https://www.owasp.org).
48

59
OWASP is a new kind of organization. Our freedom from commercial pressures allows us to provide unbiased, practical, cost effective information about application security.

docs/archive/2018/0x02-about-project.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# About this Project
22

3+
!!! warning "New Version Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. The current version is the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md)!
6+
37
Insecure software is undermining our financial, healthcare, defense, energy, and other critical infrastructure worldwide. As our digital, global infrastructure gets increasingly complex and interconnected, the difficulty of achieving application security increases exponentially. We can no longer afford to tolerate relatively simple security problems.
48

59
## Aim & Objective

docs/archive/2018/0x03-about-structure.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Document Structure
22

3+
!!! warning "New Version Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. The current version is the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md)!
6+
37
This document is structured as a list of security controls. Each control is described as follows:
48

59
## Cx: Control Name

docs/archive/2018/0x04-introduction.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Introduction
22

3+
!!! warning "New Version Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. The current version is the [OWASP Top 10 Proactive Controls 2024](./../2024/the-top-10/index.md)!
6+
37
The OWASP Top Ten Proactive Controls 2018 is a list of security techniques that should be considered for every software development project. This document is written for developers to assist those new to secure development.
48

59
One of the main goals of this document is to provide concrete practical guidance that helps developers build secure software. These techniques should be applied proactively at the early stages of software development to ensure maximum effectiveness.

docs/archive/2018/c1-security-requirements.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C1: Define Security Requirements
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C4: Address Security from the Start](./../2024/the-top-10/c4-secure-architecture.md)!
6+
37
## Description
48

59
A security requirement is a statement of needed security functionality that ensures one of many different security properties of software is being satisfied. Security requirements are derived from industry standards, applicable laws, and a history of past vulnerabilities. Security requirements define new features or additions to existing features to solve a specific security problem or eliminate a potential vulnerability.

docs/archive/2018/c10-errors-exceptions.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C10: Handle all Errors and Exceptions
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C3: Validate all Input & Handle Exceptions](./../2024/the-top-10/c3-validate-input-and-handle-exceptions.md)!
6+
37
## Description
48

59
Exception handling is a programming concept that allows an application to respond to different error states (like network down, or database connection failed, etc) in various ways. Handling exceptions and errors correctly is critical to making your code reliable and secure.

docs/archive/2018/c2-leverage-security-frameworks-libraries.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C2: Leverage Security Frameworks and Libraries
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C6: Keep your Components Secure](./../2024/the-top-10/c6-use-secure-dependencies.md)!
6+
37
## Description
48

59
Secure coding libraries and software frameworks with embedded security help software developers guard against security-related design and implementation flaws. A developer writing an application from scratch might not have sufficient knowledge, time, or budget to properly implement or maintain security features. Leveraging security frameworks helps accomplish security goals more efficiently and accurately.

docs/archive/2018/c3-secure-database.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C3: Secure Database Access
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C3: Validate all Input & Handle Exceptions](./../2024/the-top-10/c3-validate-input-and-handle-exceptions.md)!
6+
37
## Description
48

59
This section describes secure access to all data stores, including both relational databases and NoSQL databases. Some areas to consider:

docs/archive/2018/c4-encode-escape-data.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C4: Encode and Escape Data
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C3: Validate all Input & Handle Exceptions](./../2024/the-top-10/c3-validate-input-and-handle-exceptions.md)!
6+
37
## Description
48

59
**Encoding** and escaping are defensive techniques meant to stop injection attacks. Encoding (commonly called "Output Encoding") involves translating special characters into some different but equivalent form that is no longer dangerous in the target interpreter, for example translating the ``<`` character into the ``&lt;`` string when writing to an HTML page. **Escaping** involves adding a special character before the character/string to avoid it being misinterpreted, for example, adding a ``\`` character before a ``"`` (double quote) character so that it is interpreted as text and not as closing a string.

docs/archive/2018/c5-validate-inputs.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C5: Validate All Inputs
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C3: Validate all Input & Handle Exceptions](./../2024/the-top-10/c3-validate-input-and-handle-exceptions.md)!
6+
37
## Description
48

59
Input validation is a programming technique that ensures only properly formatted data may enter a software system component.

docs/archive/2018/c6-digital-identity.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C6: Implement Digital Identity
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C7: Secure Digital Identities](./../2024/the-top-10/c7-secure-digital-identities.md)!
6+
37
## Description
48

59
Digital Identity is the unique representation of a user (or other subject) as they engage in an online transaction. Authentication is the process of verifying that an individual or entity is who they claim to be. Session management is a process by which a server maintains the state of the users authentication so that the user may continue to use the system without re-authenticating. The [NIST Special Publication 800-63B: Digital Identity Guidelines (Authentication and Life Cycle Management)](https://pages.nist.gov/800-63-3/sp800-63b.html) provides solid guidance on implementing digital identity, authentication and session management controls.

docs/archive/2018/c7-enforce-access-controls.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C7: Enforce Access Controls
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C1: Implement Access Control](./../2024/the-top-10/c1-accesscontrol.md)!
6+
37
## Description
48

59
Access Control (or Authorization) is the process of granting or denying *specific requests* from a user, program, or process. Access control also involves the act of *granting and revoking those privileges*.

docs/archive/2018/c8-protect-data-everywhere.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# C8: Protect Data Everywhere
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C2: Use Cryptography to Protect Data](./../2024/the-top-10/c2-crypto.md)!
6+
7+
38
## Description
49

510
Sensitive data such as passwords, credit card numbers, health records, personal information and business secrets require extra protection, particularly if that data falls under privacy laws (EU's General Data Protection Regulation GDPR), financial data protection rules such as PCI Data Security Standard (PCI DSS) or other regulations.

docs/archive/2018/c9-security-logging.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# C9: Implement Security Logging and Monitoring
22

3+
!!! warning "New Version of the Control Available!"
4+
5+
You are looking at the legacy 2018 version of the OWASP Top 10 Proactive Controls. You can find information about the same control within the [OWASP Top 10 Proactive Controls 2024](./../2024/index.md) within [C9: Implement Security Logging and Monitoring ](./../2024/the-top-10/c9-security-logging-and-monitoring.md)!
6+
37
## Description
48

59
Logging is a concept that most developers already use for debugging and diagnostic purposes. Security logging is an equally basic concept: to log security information during the runtime operation of an application. Monitoring is the live review of application and security logs using various forms of automation. The same tools and patterns can be used for operations, debugging and security purposes.

mkdocs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ theme:
3535
accent: lime
3636

3737
markdown_extensions:
38+
- admonition
39+
- pymdownx.details
3840
- pymdownx.highlight:
3941
anchor_linenums: true
4042
line_spans: __span

0 commit comments

Comments
 (0)