There is a security risk because there is a way to view passwords, depending on how the current credentials are obtained.
We have this security risk in robot creation.
Based on this, I would like to propose the following measures.
1.If the data item containing the authentication information is not of the password type, the acquisition of the authentication information results in an error.
2.Prevents casting from password-type data items to text-type data items.
現在の認証情報のデータ取得方法によってはパスワードを見る方法が存在するため、セキュリティリスクがあります。
我々はロボット作成においてこのセキュリティリスクが問題になっています。
このことから、以下のような対策を提案したいと思います。
1.認証情報を入れるデータアイテムがパスワードタイプでなければ、認証情報の取得はエラーにする。
2.パスワードタイプのデータアイテムから、テキストタイプのデータアイテムへのキャストはできなくする。