This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a change to branch graphql-ws-auth-review-followups
in repository https://gitbox.apache.org/repos/asf/unomi.git


 discard 7979d5279 Challenge on every WebSocket 401, case-insensitive scheme, 
restore idle timeout
     add b4dfdaf7d Authorize the executed GraphQL operation, not the first 
definition
     add 4a41fd898 Cover public-operation authorization with integration tests
     add c62897a46 Check roles and tenant authority after a realm login
     new d6ac273f7 Challenge on every WebSocket 401, case-insensitive scheme, 
restore idle timeout

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (7979d5279)
            \
             N -- N -- N   refs/heads/graphql-ws-auth-review-followups 
(d6ac273f7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../auth/GraphQLServletSecurityValidator.java      | 239 ++++++++++++++++-----
 .../auth/GraphQLServletSecurityValidatorTest.java  | 136 +++++++++++-
 .../itests/graphql/GraphQLServletSecurityIT.java   |  64 ++++++
 .../security/bypass-ambiguous-multi-operation.json |   4 +
 .../graphql/security/bypass-extra-root-field.json  |   5 +
 .../graphql/security/bypass-fragment-spread.json   |   5 +
 .../security/bypass-introspection-named.json       |   5 +
 .../graphql/security/bypass-leading-fragment.json  |   5 +
 .../security/bypass-operation-name-smuggle.json    |   5 +
 9 files changed, 410 insertions(+), 58 deletions(-)
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-ambiguous-multi-operation.json
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-extra-root-field.json
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-fragment-spread.json
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-introspection-named.json
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-leading-fragment.json
 create mode 100644 
itests/src/test/resources/graphql/security/bypass-operation-name-smuggle.json

Reply via email to