Skip to content

Commit

Permalink
Merge pull request #1126 from elarlang/asvs-issue-1091
Browse files Browse the repository at this point in the history
8.2.2 improvement, closes #1091
  • Loading branch information
jmanico authored Nov 9, 2021
2 parents 175c43f + 9e60937 commit e022bd2
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 @@ -28,7 +28,7 @@ Ensure that a verified application satisfies the following high level data prote
| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---:| :---: | :---: |
| **8.2.1** | Verify the application sets sufficient anti-caching headers so that sensitive data is not cached in modern browsers. |||| 525 |
| **8.2.2** | [MODIFIED] Verify that data stored in browser storage (such as localStorage, sessionStorage, IndexedDB, or cookies) does not contain sensitive data, with the exception of session tokens. |||| 922 |
| **8.2.2** | [MODIFIED] Verify that data stored in browser storage (such as localStorage, sessionStorage, IndexedDB, or cookies) does not contain sensitive data, with the exception of cookie-based session tokens in cookies and token-based session tokens in sessionStorage. |||| 922 |
| **8.2.3** | Verify that authenticated data is cleared from client storage, such as the browser DOM, after the client or session is terminated. |||| 922 |

## V8.3 Sensitive Private Data
Expand Down

0 comments on commit e022bd2

Please sign in to comment.