core icon indicating copy to clipboard operation
core copied to clipboard

GraphQL: names can contain invalid characters, and crashes GraphiQL

Open dunglas opened this issue 4 years ago • 0 comments

API Platform version(s) affected: 2.6

Description

image

How to reproduce

git clone https://github.com/api-platform/core
cd core/tests/Fixtures/app
php -S localhost:8000 -t public/
open http://localhost:8000/graphql/graphiql

Possible Solution
Encore or replace invalid chars.

dunglas avatar Jan 11 '22 10:01 dunglas