Skip to content

Commit d19388d

Browse files
authored
Publish Latest 2026-06-10 (#550)
Updates based on OWASP/wstg@94249aa
1 parent 6a455bc commit d19388d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

latest/4-Web_Application_Security_Testing/06-Session_Management_Testing/10-Testing_JSON_Web_Tokens.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The payload of the JWT contains the actual data. An example payload is shown bel
7474

7575
The payload is it not usually encrypted, so review it to determine whether there is any sensitive of potentially inappropriate data included within it.
7676

77-
This JWT includes the username and administrative status of the user, as well as two standard claims (`iat` and `exp`). These claims are defined in [RFC 5719](https://tools.ietf.org/html/rfc7519#section-4.1), a brief summary of them is given in the table below:
77+
This JWT includes the username and administrative status of the user, as well as two standard claims (`iat` and `exp`). These claims are defined in [RFC 7519](https://tools.ietf.org/html/rfc7519#section-4.1), a brief summary of them is given in the table below:
7878

7979
| Claim | Full Name | Description |
8080
|-------|-----------|-------------|

0 commit comments

Comments
 (0)