github-advanced-security[bot] commented on code in PR #759:
URL: https://github.com/apache/syncope/pull/759#discussion_r1651029664


##########
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib/to/PlainSchemaTO.java:
##########
@@ -123,20 +125,16 @@
         this.validator = validator;
     }
 
-    public String getEnumerationValues() {
-        return enumerationValues;
+    public Map<String, String> getEnumValues() {

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



-- 
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-unsubscr...@syncope.apache.org

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

Reply via email to