Skip to content

Commit

Permalink
Updated 13.5.4 as per OWASP#1908
Browse files Browse the repository at this point in the history
Additionally fixed a 13.5.3 typo
  • Loading branch information
ryarmst authored Apr 19, 2024
1 parent 402bc55 commit 1538088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 5.0/en/0x21-V13-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ Note: Due to issues with XXE attacks against DTDs, DTD validation should not be
| :---: | :--- | :---: | :---: | :---: | :---: |
| **13.5.1** | [ADDED] Verify that WebSocket Secure (wss) is used for all WebSocket connections. |||| 319 |
| **13.5.2** | [ADDED] Verify that, during the initial HTTP WebSocket handshake, the Origin header is checked against a list of origins allowed for the application. |||| 346 |
| **13.5.3** | [ADDED] Verify that, if the application's standard session management cannot be used, dedicated tokens are being used for this which comply with the relevant Session Management security requirments. |||| 331 |
| **13.5.4** | [ADDED] Verify that the dedicated WebSocket session management tokens are initially obtained from a response to secure POST request only, and are not sent by the server through the WebSocket connection. |||| 319 |
| **13.5.3** | [ADDED] Verify that, if the application's standard session management cannot be used, dedicated tokens are being used for this which comply with the relevant Session Management security requirements. |||| 331 |
| **13.5.4** | [ADDED] When transitioning an existing HTTPS session to a WebSocket channel, verify that the dedicated WebSocket session management tokens are initially obtained or validated through the previously authenticated HTTPS session. |||| 319 |

## References

Expand Down

0 comments on commit 1538088

Please sign in to comment.