sample-graphql-microservices
sample-graphql-microservices copied to clipboard
Bump graphql-java from 9.2 to 17.4 in /organization-service
Bumps graphql-java from 9.2 to 17.4.
Release notes
Sourced from graphql-java's releases.
17.4
This is a security bugfix release containing only one PR: graphql-java/graphql-java#2902
GraphQL Java has a max token limit per request preventing DOS attacks. But in some circumstances it was not enough to prevent malicious requests. This release fixes this problem.
All details can be found here: graphql-java/graphql-java#2892
17.3
This bug fix version of graphql-java provides new limits to help prevent Denial Of Service attacks induced by over parsing and validation.
Attackers can craft queries that consume lot of resources to parse and validate, which which ultimately invalid can deny real queries from being serviced.
graphql-java/graphql-java#2549
graphql-java/graphql-java#2553
There are new limits imposed by default. Parsing will be terminated after 1500 tokens and only 100 validation errors will be captured.
We chose to put in defaults so that people will get some amount of bad query parse and validate DOS protection out of the box.
There are JVM wide methods to change the default on these if that's problematic for your implementation.
There is also a small fix in the ValueResolver
https://github.com/graphql-java/graphql-java/commit/8530366f24ba316075a63402473cb2a38ca36ab3
17.2
This is a bugfix release which contains the following changes:
https://github.com/graphql-java/graphql-java/milestone/36?closed=1
17.1
Upgrade to DataLoader 3.1.0
This release upgrade the DataLoader library to
3.1.0which adds the ability to have an external value cache in place during data loader batch calls.You can use it to model access to external caches like REDIS amd even do batch "cache gets".
17.0
We are happy to announce v17.0 of graphql-java
https://github.com/graphql-java/graphql-java/milestone/31?closed=1
@deprecatedsupported on input fields
... (truncated)
Commits
cb8864517.x port - Stop DOS attacks by making the lexer stop early on evil input (#2...bf4e324Fixing master test7f27a04Help prevent DOS attacks on graphql servers (#2549)23d352fSupport Max validation errors being produced (#2553)84984aaAdded a named SDL definition (#2538)ba2a29aminor performance improvement (#2532)8530366This fixes a Bug in the ValueResolver (#2531)27b11d9Merge pull request #2513 from graphql-java/fix_glob_matching_on_window45b5901Merge pull request #2520 from schenkman/instrumentation_field_errors8ca743dinline variable- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.