graphene-protector
graphene-protector copied to clipboard
improve checking inputs
Currently we parse the ast, but resource attacks can be executed earlier (when the ast is built)
Is there a way to get the input string first and analyze it?
Or are we able to limit the AST builder in such a way, it cannot be abused? Eg. the stack can be exhausted by high depths before any validation takes place