CX Heap_Inspection @ Models/User.cs [Merge_Branch]
Heap_Inspection issue exists @ Models/User.cs in branch Merge_Branch
Method } at line 29 of Models\User.cs defines password, which is designated to contain user passwords. However, while plaintext passwords are later assigned to password, this variable is never cleared from memory.
Severity: Low
CWE:244
Lines: 29
public string password { get; set; }
Edited by Gabriel Prevelate