CWE-595 – Comparison of Object References Instead of Object Contents
Description The program compares object references instead of the contents of the objects themselves, preventing it from detecting equivalent objects. For example, in Java, comparing...