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 @@ -58,7 +58,7 @@ and use the list below as suggestions for a checklist that has been tailored for
3. Protect all cached or temporary copies of sensitive data from unauthorized access
4. Purge those temporary copies of sensitive data as soon as they are no longer required

#### 5. Protect Data in Transit
#### 6. Protect Data in Transit

1. Encrypt data in transit
2. Ensure secure communication channels are properly configured
Expand Down