You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "github-code-scanning[bot] (via GitHub)" <gi...@apache.org> on 2023/04/17 14:49:41 UTC

[GitHub] [syncope] github-code-scanning[bot] commented on a diff in pull request #442: [SYNCOPE-1752] Refactoring Realms storage and management

github-code-scanning[bot] commented on code in PR #442:
URL: https://github.com/apache/syncope/pull/442#discussion_r1168839372


##########
client/idrepo/console/src/main/java/org/apache/syncope/client/console/ConsoleProperties.java:
##########
@@ -84,6 +86,10 @@
         this.adminUser = adminUser;
     }
 
+    public Map<String, Class<? extends BasePage>> getPage() {

Review Comment:
   ## Exposing internal representation
   
   getPage exposes the internal representation stored in field page. The value may be modified [after this call to getPage](1).
   
   [Show more details](https://github.com/apache/syncope/security/code-scanning/1258)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@syncope.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org