-
- Downloads
Merge branch 'security-64519-circular-graphql-queries-12-2' into '12-2-stable'
Nested GraphQL query with circular relationship can cause Denial of Service See merge request gitlab/gitlabhq!3385
No related branches found
No related tags found
Showing
- app/graphql/gitlab_schema.rb 5 additions, 5 deletionsapp/graphql/gitlab_schema.rb
- changelogs/unreleased/security-64519-nested-graphql-query-can-cause-denial-of-service.yml 5 additions, 0 deletions...4519-nested-graphql-query-can-cause-denial-of-service.yml
- lib/gitlab/graphql/query_analyzers/recursion_analyzer.rb 62 additions, 0 deletionslib/gitlab/graphql/query_analyzers/recursion_analyzer.rb
- spec/fixtures/api/graphql/recursive-introspection.graphql 57 additions, 0 deletionsspec/fixtures/api/graphql/recursive-introspection.graphql
- spec/fixtures/api/graphql/recursive-query.graphql 47 additions, 0 deletionsspec/fixtures/api/graphql/recursive-query.graphql
- spec/fixtures/api/graphql/small-recursive-introspection.graphql 15 additions, 0 deletions...ixtures/api/graphql/small-recursive-introspection.graphql
- spec/requests/api/graphql/gitlab_schema_spec.rb 41 additions, 7 deletionsspec/requests/api/graphql/gitlab_schema_spec.rb
- spec/support/helpers/graphql_helpers.rb 22 additions, 0 deletionsspec/support/helpers/graphql_helpers.rb
Please register or sign in to comment