The password parameter for the class is currently of type String. This exposes the password in run logs, Impact Analysis and the catalog.
Expected Behavior
Change the type of this parameter to Sensitive[String] and ensure correct & secure handling of the content. For example. the .unwrap method should only be used inside the epp template.
Describe the Bug
The password parameter for the class is currently of type String. This exposes the password in run logs, Impact Analysis and the catalog.
Expected Behavior
Change the type of this parameter to Sensitive[String] and ensure correct & secure handling of the content. For example. the
.unwrap
method should only be used inside the epp template.