CX Heap_Inspection @ Models/UserUpdateRequest.cs [Merge_Branch]
Heap_Inspection issue exists @ Models/UserUpdateRequest.cs in branch Merge_Branch
Method } at line 20 of Models\UserUpdateRequest.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
public string password { get; set; }
public string passwordConfirmation { get; set; }
Edited by Gabriel Prevelate