Skip to content

Commit

Permalink
Resolve #2062 with 1.4.6 - Contextual attributes for access control d…
Browse files Browse the repository at this point in the history
…ecisions (#2071)

* 1.4.6 - Contextual attributes for access control decisions

Adding requirement in 1.4 calling for the consideration of changes in environmental or contextual attributes when making security decisions for L3 applications.

* Drop CWE

---------

Co-authored-by: Josh Grossman <[email protected]>
  • Loading branch information
EnigmaRosa and tghosth authored Sep 11, 2024
1 parent 8f05992 commit 41401fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 5.0/en/0x10-V1-Architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This is a placeholder for future architectural requirements.
| **1.4.3** | [DELETED, DUPLICATE OF 4.1.3] | | | | |
| **1.4.4** | Verify the application uses a single and well-vetted access control mechanism for accessing protected data and resources. All requests must pass through this single mechanism to avoid copy and paste or insecure alternative paths. | ||| 284 |
| **1.4.5** | [GRAMMAR] Verify that attribute or feature-based access control is used whereby the code checks the user's authorization for a feature or data item rather than just their role. Permissions should still be allocated using roles. | ||| 275 |
| **1.4.6** | [ADDED] Verify that the application documentation defines controls which use changes to a user's regular environmental and contextual attributes (such as time of day, location, IP address, or device) to make security decisions, including those pertaining to authentication and authorization. | | || |

## V1.5 Input and Output Architecture

Expand Down

0 comments on commit 41401fd

Please sign in to comment.