Skip to content

Commit

Permalink
Update Submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 14, 2023
1 parent df6c479 commit 91a9a5f
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/orion-ld
Submodule orion-ld updated 628 files
2 changes: 1 addition & 1 deletion core/quantum-leap
2 changes: 1 addition & 1 deletion core/stellio
Submodule stellio updated 22 files
+0 −26 .github/workflows/zap_scan.yml
+1 −1 api-gateway/build.gradle.kts
+4 −4 build.gradle.kts
+0 −2 config/detekt/detekt.yml
+1 −1 search-service/build.gradle.kts
+8 −1 search-service/src/main/kotlin/com/egm/stellio/search/authorization/AuthorizationService.kt
+8 −1 search-service/src/main/kotlin/com/egm/stellio/search/authorization/DisabledAuthorizationService.kt
+41 −25 search-service/src/main/kotlin/com/egm/stellio/search/authorization/EnabledAuthorizationService.kt
+10 −50 search-service/src/main/kotlin/com/egm/stellio/search/authorization/EntityAccessRights.kt
+41 −4 search-service/src/main/kotlin/com/egm/stellio/search/authorization/SubjectReferentialService.kt
+51 −0 search-service/src/main/kotlin/com/egm/stellio/search/authorization/User.kt
+4 −2 search-service/src/main/kotlin/com/egm/stellio/search/listener/IAMListener.kt
+50 −5 search-service/src/main/kotlin/com/egm/stellio/search/web/EntityAccessControlHandler.kt
+16 −1 search-service/src/test/kotlin/com/egm/stellio/search/authorization/AuthorizationServiceTests.kt
+40 −4 search-service/src/test/kotlin/com/egm/stellio/search/authorization/EnabledAuthorizationServiceTests.kt
+64 −0 search-service/src/test/kotlin/com/egm/stellio/search/authorization/SubjectReferentialServiceTests.kt
+109 −15 search-service/src/test/kotlin/com/egm/stellio/search/web/EntityAccessControlHandlerTests.kt
+0 −15 search-service/src/test/kotlin/com/egm/stellio/search/web/EntityHandlerTests.kt
+1 −1 shared/build.gradle.kts
+13 −9 shared/src/main/kotlin/com/egm/stellio/shared/util/AuthUtils.kt
+40 −0 shared/src/main/kotlin/com/egm/stellio/shared/util/JsonLdUtils.kt
+1 −1 subscription-service/build.gradle.kts
2 changes: 1 addition & 1 deletion security/anubis

0 comments on commit 91a9a5f

Please sign in to comment.