Skip to content

Commit

Permalink
Update 0x18-V10-Coding.md
Browse files Browse the repository at this point in the history
update architectural section

Co-Authored-By: DanielPharos <AtlasHackert@users.noreply.github.com>
  • Loading branch information
jmanico and AtlasHackert committed Feb 13, 2025
1 parent 2a30edf commit 6eaac60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 5.0/en/0x18-V10-Coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ Common vulnerabilities like injection, prototype pollution, mass assignment, and

## V10.5 Security Architecture

Architectural techniques such as sandboxing, encapsulation, containerization, and network isolation can help protect applications from "risky" operations.

| # | Description | Level | CWE |
| :---: | :--- | :---: | :---: |
| **10.5.1** | [ADDED, SPLIT FROM 1.14.5, 14.2.6] Verify that the application implements additional protections around parts of the application which are documented as performing "risky" operations or using "risky" third-party libraries. This could include techniques such as sandboxing, encapsulation, containerization or network level isolation to delay and deter attackers who compromise one part of an application from pivoting elsewhere in the application. | 3 | |
Expand Down

0 comments on commit 6eaac60

Please # to comment.