github-code-scanning[bot] commented on code in PR #496: URL: https://github.com/apache/syncope/pull/496#discussion_r1272374204
########## ext/oidcc4ui/common-lib/src/main/java/org/apache/syncope/common/lib/to/OIDCC4UIProviderTO.java: ########## @@ -143,6 +145,12 @@ this.endSessionEndpoint = endSessionEndpoint; } + @JacksonXmlElementWrapper(localName = "scopes") + @JacksonXmlProperty(localName = "scope") + 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). [Show more details](https://github.com/apache/syncope/security/code-scanning/1342) -- 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