Skip to content

Commit

Permalink
Update 0x18-V10-Coding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ImanSharaf authored Nov 5, 2024
1 parent cc8c61c commit 9bc650b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5.0/en/0x18-V10-Coding.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Complying with this section is likely to be operational and continuous.
| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
| **10.3.1** | Verify that if the application has a client or server auto-update feature, updates should be obtained over secure channels and digitally signed. The update code must validate the digital signature of the update before installing or executing the update. |||| 16 |
| **10.3.2** | [MODIFIED] Verify that the application only loads or executes code, modules, content or plugins from sources not under the application's direct control or protection if it employs integrity protections, such as code signing. |||| 829 |
| **10.3.2** | [DELETED, MERGED TO 10.6.2|||| 829 |
| **10.3.3** | [DELETED, NOT IN SCOPE] | | | | |

## V10.4 Defensive Coding
Expand All @@ -67,7 +67,7 @@ Dependency management is critical to the safe operation of any application of an
| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
| **10.6.1** | [MODIFIED, MOVED FROM 14.2.1] Verify that all components are up to date. |||| |
| **10.6.2** | [ADDED] Verify that third party components are being included from the expected repository, whether that is internally owned or an external source, and that there is no risk of a dependency confusion attack. |||| 427 |
| **10.6.2** | [MODIFIED] Verify that third party components and all of their transitive dependencies are being included from the expected repository, whether that is internally owned or an external source, and that there is no risk of a dependency confusion attack. |||| 427 |

## References

Expand Down

0 comments on commit 9bc650b

Please sign in to comment.