CWE-581
Object Model Violation: Just One of Equals and Hashcode Defined
VariantDraft
Description
The product does not maintain equal hashcodes for equal objects.
Java objects are expected to obey a number of invariants related to equality. One of these invariants is that equal objects must have equal hashcodes. In other words, if a.equals(b) == true then a.hashCode() == b.hashCode().
Hierarchy (View 1000)
CVEs mapped to this weakness (0)
No CVEs match the current filter.