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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]