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


##########
common/am/lib/src/main/java/org/apache/syncope/common/lib/to/OIDCRPClientAppTO.java:
##########
@@ -135,7 +134,7 @@
 
     @JacksonXmlElementWrapper(localName = "scopes")
     @JacksonXmlProperty(localName = "scope")
-    public List<OIDCScope> getScopes() {
+    public List<String> getScopes() {

Review Comment:
   ## Exposing internal representation
   
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](1).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](2).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](3).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](4).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](5).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](6).
   getScopes exposes the internal representation stored in field scopes. The 
value may be modified [after this call to getScopes](7).
   
   [Show more 
details](https://github.com/apache/syncope/security/code-scanning/1382)



-- 
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