This is an automated email from the ASF dual-hosted git repository.
Aias00 pushed a change to branch fix/auth-security-bypass
in repository https://gitbox.apache.org/repos/asf/shenyu.git
from a83c05f94d [fix] Add missing permission annotations to
/appAuth/updateSk and /sandbox/proxyGateway
add f26168f606 [fix] Address PR review: use request body for updateSk, fix
sandbox permission, revert unrelated LICENSE changes
No new revisions were added by this update.
Summary of changes:
.../http/http-debug-app-auth-controller-api.http | 7 +-
.../shenyu/admin/controller/AppAuthController.java | 12 +--
.../shenyu/admin/controller/SandboxController.java | 2 +-
.../apache/shenyu/admin/model/dto/UpdateSkDTO.java | 100 +++++++++++++++++++++
.../admin/controller/AppAuthControllerTest.java | 12 ++-
.../src/main/release-docs/LICENSE | 4 -
.../src/main/release-docs/LICENSE | 32 -------
7 files changed, 121 insertions(+), 48 deletions(-)
create mode 100644
shenyu-admin/src/main/java/org/apache/shenyu/admin/model/dto/UpdateSkDTO.java