github-advanced-security[bot] commented on code in PR #699:
URL: https://github.com/apache/syncope/pull/699#discussion_r1577934259
##########
client/am/console/src/main/java/org/apache/syncope/client/console/wizards/AuthModuleWizardBuilder.java:
##########
@@ -174,19 +175,19 @@
}
}
- protected class GoogleMfaAuthModuleConfLDAP extends WizardStep implements
WizardModel.ICondition {
+ protected class AuthModuleConfLDAP extends WizardStep implements
WizardModel.ICondition {
Review Comment:
## Inner class could be static
AuthModuleConfLDAP could be made static, since the enclosing instance is
used only in its constructor.
[Show more
details](https://github.com/apache/syncope/security/code-scanning/1582)
--
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]