github-code-scanning[bot] commented on code in PR #502:
URL: https://github.com/apache/syncope/pull/502#discussion_r1283346700
##########
common/am/lib/src/main/java/org/apache/syncope/common/lib/to/AuthProfileTO.java:
##########
@@ -172,6 +190,12 @@
return u2fRegisteredDevices;
}
+ @JacksonXmlElementWrapper(localName = "mfaTrustedDevices")
+ @JacksonXmlProperty(localName = "mfaTrustedDevice")
+ public List<MfaTrustedDevice> getMfaTrustedDevices() {
Review Comment:
## Exposing internal representation
getMfaTrustedDevices exposes the internal representation stored in field
mfaTrustedDevices. The value may be modified [after this call to
getMfaTrustedDevices](1).
[Show more
details](https://github.com/apache/syncope/security/code-scanning/1346)
--
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]