github-code-scanning[bot] commented on code in PR #397:
URL: https://github.com/apache/syncope/pull/397#discussion_r1052126922
##########
common/idrepo/lib/src/main/java/org/apache/syncope/common/lib/to/ProvisioningTaskTO.java:
##########
@@ -114,6 +111,20 @@
this.matchingRule = matchigRule;
}
+ @JacksonXmlElementWrapper(localName = "actions")
+ @JacksonXmlProperty(localName = "action")
+ public List<String> getActions() {
Review Comment:
## Exposing internal representation
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](1).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](2).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](3).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](4).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](5).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](6).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](7).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](8).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](9).
getActions exposes the internal representation stored in field actions. The
value may be modified [after this call to getActions](10).
[Show more
details](https://github.com/apache/syncope/security/code-scanning/1202)
--
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]