Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored Nov 7, 2024
1 parent 6461f42 commit 0398182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x13-V5-Validation-Sanitization-Encoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ The following requirements will only apply when the application uses a systems l
| **5.4.1** | Verify that the application uses memory-safe string, safer memory copy and pointer arithmetic to detect or prevent stack, buffer, or heap overflows. | ||| 120 |
| **5.4.2** | [MOVED TO 5.2.13] | | | | |
| **5.4.3** | Verify that sign, range, and input validation techniques are used to prevent integer overflows. | ||| 190 |
| **5.4.4** | Verify that all dynamically allocated memory and resources are properly released, and that any references or pointers to freed memory are removed or set to null to prevent dangling pointers and use-after-free vulnerabilities. | ||| 416 |
| **5.4.4** | [ADDED] Verify that dynamically allocated memory and resources are properly released, and that references or pointers to freed memory are removed or set to null to prevent dangling pointers and use-after-free vulnerabilities. | ||| 416 |

## V5.5 Safe Deserialization

Expand Down

0 comments on commit 0398182

Please sign in to comment.