-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Description
I have identified a potential issue in the equals() method in the following code:
https://github.com/keycloak/keycloak/blob/f4d5fa68c1159fd03de93a27cbef3d7f46a50e75/model/jpa/src/main/java/org/keycloak/models/jpa/session/PersistentClientSessionEntity.java#L196-L197
It appears that the instance's fields should be compared to the corresponding fields of passed object, rather than comparing them to key.clientId
Discussion
No response
Motivation
No response
Details
No response
Found by Linux Verification Center with SVACE
- links to