mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-09 08:00:39 +03:00
c432022582
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
11 lines
495 B
ReStructuredText
11 lines
495 B
ReStructuredText
======================
|
|
Security consideration
|
|
======================
|
|
|
|
It is crucial to follow security best practices while deploying a GraphQL application to production.
|
|
GraphQL APIs are inherently prone to various security risks, but they can be reduced by taking appropriate precautions.
|
|
Neglecting to do so 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.
|