UiPath Documentation
studio
2020.10
false
OUT OF SUPPORT

Studio User Guide

上次更新日期 2025年10月23日

ST-SEC-009 - SecureString Misusage

Rule ID: ST-SEC-009

Scope: Workflow

Description

This rule checks whether the SecureString type is misused in the workflow. This string type is used when avoiding to store potentially sensitive strings as plain text.

Recommendation

The SecureString type should not be used for any purpose other than the intended one. Therefore, attempting to cast SecureString to String may be viewed as a security risk.

According to the official Microsoft documentation, if a String object contains any sensitive information, it raises the risk of the data being revealed after it is used.

In addition, the scope of SecureString type variables should be very limited, ideally in the same scope where they were created.



  • Description
  • Recommendation

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新