mirror of
https://github.com/graphql-python/graphene.git
synced 2025-02-09 08:00:39 +03:00
12 lines
519 B
ReStructuredText
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.
|