{% extends 'partials/base.html' %} {% block header %} {% include 'partials/base_header.html' %} {% endblock %} {% block content %}
{% include 'partials/navbar.html' %}

About


What is GraphQL?

GraphQL is an open-source data query and manipulation language for APIs, and a runtime for fulfilling queries with existing data, made by Facebook.


What is Damn Vulnerable GraphQL Application?

Damn Vulnerable GraphQL is a weak implementation of GraphQL that provides a safe environment to understand GraphQL as a technology and its attack surface.

DVGA has numerous flaws, such as Injections, Code execution, Broken Access Controls, and more. For the full list of vulnerabilities, see Solutions page


Current Version

{{version}}

{% endblock %} {% block scripts %} {% include 'partials/base_scripts.html' %} {% endblock %}