Home / Vulnerability Database / PL or SQL : Incorrect comparison with NULL
PL/SQL
PL or SQL : Incorrect comparison with NULL
Classification
CWE
Overview
The application compares the object to null using = or !=. Comparison with null always returns false, because in PL/SQL null is not equal anything.
LOW
DerScanner Severity Score
Do you want to fix PL or SQL : Incorrect comparison with NULL in your application?
See also
PL/SQL
PL or SQL : Open redirect
PL/SQL
PL or SQL : Cross-site scripting (XSS)
PL/SQL
