Skip to content

DAST site profile form > Password field is being emptied when editing a profile that had a password

When editing a DAST site profile that had authentication enabled with a password set, the password field remains empty when it should be populated with its redacted value ('••••••••'). This is due to the form object being mutated by a computed property that gets the password property by reference instead of making a copy of it.