mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-02 20:54:16 +03:00
refactor: rewording
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
This commit is contained in:
parent
c432022582
commit
65af30194c
|
@ -2,9 +2,10 @@
|
|||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user