Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions 2021/docs/en/A01_2021-Broken_Access_Control.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ check or metadata.
opportunity for an attacker is minimized. For longer lived JWTs it's highly recommended to
follow the OAuth standards to revoke access.

- Enable Row-Level Security (RLS) at the database layer by applying policies for every data operation — including SELECT, INSERT, UPDATE, and DELETE. it helps you to ensure users can only access or modify data they are authorized to. RLS should align tightly with your application’s business logic and user roles, and must be tested to prevent policy misconfiguration or privilege escalation.

Developers and QA staff should include functional access control unit
and integration tests.

Expand Down