GraphQL – Security Overview and Testing Tips
voidsec2022-01-14T09:15:30+01:00This is a re-posting of the original article "GraphQL - Security Overview and Testing Tips" that I have wrote on
Doyensec
With the increasing popularity of GraphQL technology we are summarizing some documentation and tips about common security mistakes.
What is GraphQL?
GraphQL is a data query language developed by Facebook and publicly released in 2015. It is an alternative to REST API.
Even if you don’t see any GraphQL out there, it is likely...