Skip to content

Commit

Permalink
chore: removed extra whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Andrés Aguiar <[email protected]>
  • Loading branch information
aaguiarz authored Nov 7, 2024
1 parent 7fd1224 commit e21321f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion community/assessments/projects/openfga/self-assessment.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Every time a server endpoint is invoked, OpenFGA validates that:

#### Calling the Authorization Query endpoints

When the [/check](https://openfga.dev/api/service#/Relationship%20Queries/Check), [/list-objects](https://openfga.dev/api/service#/Relationship%20Queries/ListObjects) and [/list-users](https://openfga.dev/api/service#/Relationship%20Queries/ListUsers) endpoints are called, OpenFGA limits the number of simultaneous paths explored and enforces depth limitations on the graph traversal.
When the [/check](https://openfga.dev/api/service#/Relationship%20Queries/Check), [/list-objects](https://openfga.dev/api/service#/Relationship%20Queries/ListObjects) and [/list-users](https://openfga.dev/api/service#/Relationship%20Queries/ListUsers) endpoints are called, OpenFGA limits the number of simultaneous paths explored and enforces depth limitations on the graph traversal.

To protect against DoS attacks, OpenFGA restricts both the number of simultaneous paths explored and the depth of paths traversed in the graph.

Expand Down

0 comments on commit e21321f

Please sign in to comment.