graphene/docs/security/index.rst
QuentinN42 65af30194c
refactor: rewording
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
2023-03-15 15:40:28 -07:00

12 lines
519 B
ReStructuredText

======================
Security consideration
======================
As GraphQL is a query language, it allows users to use a wider pannel of inputs than traditional REST APIs.
Due to this feature, GraphQL APIs are inherently prone to various security risks, but they can be reduced by taking
appropriate precautions. Neglecting them can expose the API to vulnerabilities like credential leakage or denial of
service attacks.
In this section, we will discuss the most common security risks and how to mitigate them.