Damn-Vulnerable-GraphQL-Application icon indicating copy to clipboard operation
Damn-Vulnerable-GraphQL-Application copied to clipboard

Damn Vulnerable GraphQL Application is an intentionally vulnerable implementation of Facebook's GraphQL technology, to learn and practice GraphQL Security.

Results 3 Damn-Vulnerable-GraphQL-Application issues
Sort by recently updated
recently updated
newest added

The resolve_me function in `/master/core/views.py` uses ```python info.context.json['identity'] = identity ``` and if the request does not contain a JSON object ie a GET request the thread will fail throwing...

bug

I have seen: - #34 - the readme saying `Note: Python 3.10 is not supported yet!` - the [Dockerfile](https://github.com/dolevf/Damn-Vulnerable-GraphQL-Application/blob/207a71cbbda873c5c5ca5ff7fd4934877b5d17dc/Dockerfile#L1) using python 3.7 Would be nice to have python 3.10 support...

enhancement
help wanted