Skip to content

Commit

Permalink
Move default accounts to 14.1 to resolve #2394 (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
tghosth authored Nov 22, 2024
1 parent 8f819c4 commit 1cc281b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 5.0/en/0x11-V2-Authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The requirements in this section mostly relate to section [5.1.1.2](https://page
| **2.5.1** | [DELETED, INCORRECT] | | | | |
| **2.5.2** | Verify password hints or knowledge-based authentication (so-called "secret questions") are not present. |||| 640 |
| **2.5.3** | [DELETED, DUPLICATE OF 2.4.1] | | | | |
| **2.5.4** | [MODIFIED] Verify that default user accounts (e.g. "root", "admin", or "sa") are not present in the application or are disabled. |||| 798 |
| **2.5.4** | [MOVED TO 14.1.10] | | | | |
| **2.5.5** | [DELETED, DUPLICATE OF 2.2.3] | | | | |
| **2.5.6** | [GRAMMAR] Verify that forgotten password, and other recovery paths use a secure recovery mechanism, such as time-based OTP (TOTP) or other soft token, mobile push, or another offline recovery mechanism. |||| 640 |
| **2.5.7** | [GRAMMAR, LEVEL L2 > L1] Verify that if OTP or other multi-factor authentication factors are lost, that evidence of identity proofing is performed at the same level as during enrollment. |||| 308 |
Expand Down
1 change: 1 addition & 0 deletions 5.0/en/0x22-V14-Config.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Compliance with this section requires an automated build system, and access to b
| **14.1.7** | [ADDED] Verify that production environment does not include test code. | ||| 489 |
| **14.1.8** | [ADDED] Verify that data, state information, and server instances related to the build and deployment process do not persist after the process has ended. (Ephemerality). | | || |
| **14.1.9** | [ADDED] Verify that application code or functionality can only be changed via the standard update or build process and not directly in production through application functionality or some other direct modification mechanism. | ||| |
| **14.1.10** | [MODIFIED, MOVED FROM 2.5.4] Verify that default user accounts (e.g. "root", "admin", or "sa") are not present in the application or are disabled. |||| 798 |

## V14.2 Dependency

Expand Down

0 comments on commit 1cc281b

Please sign in to comment.