Skip to content

Commit

Permalink
remove 8.1.3 (OWASP#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elar Lang committed Sep 30, 2022
1 parent 04c4ed0 commit fa16c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x16-V8-Data-Protection.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ensure that a verified application satisfies the following high level data prote
| :---: | :--- | :---: | :---: | :---: | :---: |
| **8.1.1** | Verify the application protects sensitive data from being cached in server components such as load balancers and application caches. | ||| 524 |
| **8.1.2** | Verify that all cached or temporary copies of sensitive data stored on the server are protected from unauthorized access or purged/invalidated after the authorized user accesses the sensitive data. | ||| 524 |
| **8.1.3** | [GRAMMAR] Verify the application minimizes the number of parameters in a request, such as hidden fields, Ajax variables, cookies, and header values. | | || 233 |
| **8.1.3** | [DELETED] | | | | |
| **8.1.4** | Verify the application can detect and alert on abnormal numbers of requests, such as by IP, user, total per hour or day, or whatever makes sense for the application. | ||| 770 |
| **8.1.5** | Verify that regular backups of important data are performed and that test restoration of data is performed. | | || 19 |
| **8.1.6** | Verify that backups are stored securely to prevent data from being stolen or corrupted. | | || 19 |
Expand Down

0 comments on commit fa16c3c

Please sign in to comment.