You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Iteration" element leaks secrets if the iterable has a string representation of its contents. Minimal example:
*** Settings ***
Library CryptoLibrary password=password variable_decryption=True key_path=${CURDIR}
*** Variables ***
${secret} crypt:BBsNlqXK9n/b8khTf02uJu0dehTe32DXUwbPMQqAYlMvu+2uCw3/RJKPjXDMcUhmyVfn2wh3Z97/frezmmstEOwg
*** Test Cases ***
Sample
VAR @{list} ${secret}
FOR ${element} IN @{list}
No Operation
END
This results in
Private key for decrypting the "secret": private_key.json
Tested with robotframework 7.0.1 and robotframework-crypto 0.3.0
The text was updated successfully, but these errors were encountered:
The "Iteration" element leaks secrets if the iterable has a string representation of its contents. Minimal example:
This results in
Private key for decrypting the "secret": private_key.json
Tested with robotframework 7.0.1 and robotframework-crypto 0.3.0
The text was updated successfully, but these errors were encountered: