diff --git a/5.0/en/0x15-V7-Error-Logging.md b/5.0/en/0x15-V7-Error-Logging.md index b05879eabb..264ff49489 100644 --- a/5.0/en/0x15-V7-Error-Logging.md +++ b/5.0/en/0x15-V7-Error-Logging.md @@ -57,7 +57,7 @@ Logs that can be trivially modified or deleted are useless for investigations an | # | Description | L1 | L2 | L3 | CWE | | :---: | :--- | :---: | :---: | :---: | :---: | | **7.3.1** | Verify that all logging components appropriately encode data to prevent log injection. | | ✓ | ✓ | 117 | -| **7.3.2** | [DELETED, DUPLICATE OF 7.3.1] | | | | | +| **7.3.2** | [DELETED] | | | | | | **7.3.3** | [MODIFIED] Verify that logs are protected from unauthorized access and cannot be modified. | | ✓ | ✓ | 200 | | **7.3.4** | [MOVED TO 7.1.5] | | | | | | **7.3.5** | [MOVED FROM 1.7.2] Verify that logs are securely transmitted to a preferably remote system for analysis, detection, alerting, and escalation. | | ✓ | ✓ | | diff --git a/5.0/en/0x20-V12-Files-Resources.md b/5.0/en/0x20-V12-Files-Resources.md index d8c613698b..60e8fbee29 100644 --- a/5.0/en/0x20-V12-Files-Resources.md +++ b/5.0/en/0x20-V12-Files-Resources.md @@ -8,7 +8,7 @@ Ensure that untrusted files and other resources are handled safely to prevent de | # | Description | L1 | L2 | L3 | CWE | | :---: | :--- | :---: | :---: | :---: | :---: | -| **1.12.1** | [DELETED, DUPLICATE OF 12.4.1] | | | | | +| **1.12.1** | [DELETED] | | | | | | **1.12.2** | [DELETED, MERGED TO 50.6.1] | | | | | | **1.12.3** | [ADDED] Verify that, if the application allows uploading files, the documentation defines the permitted file types, expected file extensions, and maximum size (including unpacked size) for each upload feature. Additionally, ensure that the documentation specifies how files are made safe for end-users to download and process. | ✓ | ✓ | ✓ | |