Skip to content

Commit 7426e72

Browse files
authored
Merge pull request #204 from oauth-wg/c2bo/security-considerations
update security considerations
2 parents bdc125d + 18c39b0 commit 7426e72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

draft-ietf-oauth-status-list.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,8 @@ Resulting in the byte array and compressed/base64url-encoded Status List:
820820

821821
# Security Considerations {#Security}
822822

823+
The Status List as defined in [](#status-list) only exists in cryptographically secured containers which allows checking the integrity and origin without relying on other aspects like transport security (e.g., the web PKI).
824+
823825
## Correct decoding and parsing of the encoded Status List
824826

825827
Implementers should be particularly careful for the correct parsing and decoding of the Status List. Incorrect implementations might check the index on the wrong data or miscalculate the bit and byte index leading to an erroneous status of the Referenced Token. Beware, that bits are indexed (bit order) from least significant bit to most significant bit (also called "right to left") while bytes are indexed (byte order) in their natural incrementing byte order (usually written for display purpose from left to write). Endianness does not apply here because each status value fits within a single byte.
@@ -1240,6 +1242,7 @@ for their valuable contributions, discussions and feedback to this specification
12401242

12411243
-06
12421244

1245+
* explicitly mention that status list is expected to be contained in cryptographically secured containers
12431246
* reworked and simplified introduction and abstract
12441247
* specify http status codes and allow redirects
12451248
* add status_list_aggregation_endpoint OAuth metadata

0 commit comments

Comments
 (0)