Skip to content

Commit

Permalink
Delete 12.3.5 to resolve #1472
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored and elarlang committed Sep 13, 2023
1 parent 660fb48 commit 39adb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x20-V12-Files-Resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Although zip bombs are eminently testable using penetration testing techniques,
| **12.3.2** | Verify that user-submitted filename metadata is validated or ignored to prevent the disclosure, creation, updating or removal of local files (LFI). |||| 73 |
| **12.3.3** | Verify that user-submitted filename metadata is validated or ignored to prevent the disclosure or execution of remote files via Remote File Inclusion (RFI) or Server-side Request Forgery (SSRF) attacks. |||| 98 |
| **12.3.4** | [MOVED TO 12.5.3] | | | | |
| **12.3.5** | Verify that untrusted file metadata is not used directly with system API or libraries, to protect against OS command injection. | ||| 78 |
| **12.3.5** | [DELETED, DUPLICATE OF 5.3.8] | | | | |
| **12.3.6** | Verify that the application does not include and execute functionality from untrusted sources, such as unverified content distribution networks, JavaScript libraries, node npm libraries, or server-side DLLs. | ||| 829 |
| **12.3.7** | [ADDED] Verify that server-side file processing such as file decompression ignores user-provided path information to prevent vulnerabilities such as zip slip. |||| 23 |

Expand Down

0 comments on commit 39adb74

Please sign in to comment.