Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/04-design/02-web-app-checklist/08-protect-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ and use the list below as suggestions for a checklist that has been tailored for
6. Properly free allocated memory upon the completion of functions and at all exit points
7. Overwrite any sensitive information stored in allocated memory at all exit points from the function
8. Protect shared variables and resources from inappropriate concurrent access
9. Avoid the use of known vulnerable functions (e.g., printf, strcat, strcpy etc.)
9. Avoid the use of known vulnerable functions

#### 5. Protect Data at Rest

Expand Down