Skip to content

Bump graphql-dgs-platform-dependencies from latest.release to 5.0.4#86

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.netflix.graphql.dgs-graphql-dgs-platform-dependencies-5.0.4
Closed

Bump graphql-dgs-platform-dependencies from latest.release to 5.0.4#86
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.netflix.graphql.dgs-graphql-dgs-platform-dependencies-5.0.4

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

Bumps graphql-dgs-platform-dependencies from latest.release to 5.0.4.

Release notes

Sourced from graphql-dgs-platform-dependencies's releases.

v5.0.4

What’s Changed

Enhancements

Other Chagnes

v5.0.3

What’s Changed

Fixes

v5.0.2

What’s Changed

Fixes

  • Addressing DgsGraphQLMetricsInstrumentation Latency increase (#1092) @​berngp
  • DgsSchemaProvider API to expose resolved Datafetchers & field instrumentation (#1090) @​berngp

Chores

v5.0.1

What’s Changed

  • Fix how the GraphQLCSRFRequestHeaderValidationRule compares the content-type (#1079) @​berngp

v5.0.0

We are releasing a major version for DGS to address a CSRF vulnerability. This version adds a breaking change for callers that target the GraphQL Endpoint, /graphql by default, and don't explicit set the content-type to be one of either application/json, application/graphql, or multipart/form-data, the latter use for file upload. If a client is using multipart/form-data they will now need to include a preflight header that matches any of "x-apollo-operation-name", "apollo-require-preflight", or "graphql-require-preflight".

TL;DR

  • DGS will only accept requests with content-type of application/json, application/graphql, and multipart/form-data.
  • DGS will enforce a preflight header if the content-type is multipart/form-data. Acceptable preflight headers are "x-apollo-operation-name", "apollo-require-preflight", or "graphql-require-preflight"

Application developers should provide a sensible CORS policy, doing so is out of scope of the DGS framework but available via Spring Boot and Spring Security.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [graphql-dgs-platform-dependencies](https://github.com/Netflix/dgs-framework) from latest.release to 5.0.4.
- [Release notes](https://github.com/Netflix/dgs-framework/releases)
- [Commits](https://github.com/Netflix/dgs-framework/commits/v5.0.4)

---
updated-dependencies:
- dependency-name: com.netflix.graphql.dgs:graphql-dgs-platform-dependencies
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 16, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 4, 2022

Superseded by #88.

@dependabot dependabot bot closed this Jul 4, 2022
@dependabot dependabot bot deleted the dependabot/gradle/com.netflix.graphql.dgs-graphql-dgs-platform-dependencies-5.0.4 branch July 4, 2022 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants