Skip to content

Commit

Permalink
Update 0x50-V50-Web-Frontend-Security.md
Browse files Browse the repository at this point in the history
Addressing #1965
  • Loading branch information
jmanico committed Aug 12, 2024
1 parent 72406ad commit 42281cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.0/en/0x50-V50-Web-Frontend-Security.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The category focuses on requirements that protect against attacks that are execu
| # | Description | L1 | L2 | L3 | CWE |
| :---: | :--- | :---: | :---: | :---: | :---: |
| **50.1.1** | [ADDED, DEPRECATES 3.4.5] Verify that separate applications are hosted on different hostnames to benefit from the restrictions provided by the "same-origin policy" including how documents or scripts loaded by one origin can interact with resources from another origin and hostname restrictions on cookies. |||| 668 |
| **50.1.2** | [ADDED] Verify that redirect URIs in authorization requests are absolute, using the HTTPS scheme, and validated by the Authorization Server using exact string comparison based on a client-specific allow list of pre-registered URIs. |||| 601 |

## V50.2 Browser Security Mechanism Headers

Expand Down

0 comments on commit 42281cf

Please sign in to comment.