Skip to content

Commit 8f825f2

Browse files
authored
Move 3.2.1 -> 3.1.5 to resolve 2449
1 parent 6ef2889 commit 8f825f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

5.0/en/0x12-V3-Session-management.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ Some of the requirements in this section relate to section [7.1](https://pages.n
3737
| **3.1.2** | [ADDED] Verify that the application performs all session token verification using a trusted, back-end service. |||| 603 |
3838
| **3.1.3** | [MODIFIED, MOVED FROM 3.5.2, LEVEL L2 > L1] Verify that the application uses either self-contained or reference tokens for session management. Static API secrets and keys should be avoided. |||| 798 |
3939
| **3.1.4** | [MODIFIED, MOVED FROM 3.2.2, MERGED FROM 3.2.4] Verify that if reference tokens are used to represent user sessions, they are unique and generated using a cryptographically secure pseudo-random number generator (CSPRNG) and possess at least 128 bits of entropy. |||| |
40+
| **3.1.5** | [MODIFIED, MOVED FROM 3.2.1] Verify the application generates a new session token on user authentication, including re-authentication, and terminates the current session token. |||| |
4041

4142
## V3.2 Session Binding
4243

4344
Some of the requirements in this section relate to section [7.1](https://pages.nist.gov/800-63-3/sp800-63b.html#71-session-bindings) of [NIST's Guidance](https://pages.nist.gov/800-63-3/sp800-63b.html).
4445

4546
| # | Description | L1 | L2 | L3 | CWE |
4647
| :---: | :--- | :---: | :---: | :---: | :---: |
47-
| **3.2.1** | [MODIFIED] Verify the application generates a new session token on user authentication, including re-authentication, and terminates the current session token. | ||| 384 |
48+
| **3.2.1** | [MODIFIED, MOVED TO 3.1.5] | | | | |
4849
| **3.2.2** | [MOVED TO 3.1.4] | | | | |
4950
| **3.2.3** | [DELETED, MERGED TO 8.2.2] | | | | |
5051
| **3.2.4** | [DELETED, MERGED TO 3.1.4] | | | | |

0 commit comments

Comments
 (0)