github-advanced-security[bot] commented on code in PR #702: URL: https://github.com/apache/syncope/pull/702#discussion_r1587357216
########## wa/starter/src/test/java/org/apache/syncope/wa/starter/AbstractTest.java: ########## @@ -46,6 +67,37 @@ @ContextConfiguration(initializers = ZookeeperTestingServer.class) public abstract class AbstractTest { + private static class DummyIPersonAttributeDao implements IPersonAttributeDao { Review Comment: ## Inconsistent compareTo This class declares [compareTo](1) but inherits equals; the two could be inconsistent. [Show more details](https://github.com/apache/syncope/security/code-scanning/1585) -- 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