Password encryption errors are silently ignored in multiple dtoToEntity() functions, potentially storing unencrypted passwords in the database when the encryption service fails.
example : internal/usecase/profiles/usecase.go| 645-646 |d1.AMTPassword, _ = uc.safeRequirements.Encrypt(...)` |
Password encryption errors are silently ignored in multiple
dtoToEntity()functions, potentially storing unencrypted passwords in the database when the encryption service fails.example : internal/usecase/profiles/usecase.go
| 645-646 |d1.AMTPassword, _ = uc.safeRequirements.Encrypt(...)` |