Skip to content

Commit

Permalink
fix Clear-text logging of sensitive information
Browse files Browse the repository at this point in the history
  • Loading branch information
dmy.berezovskyi committed Jan 10, 2025
1 parent ebb5f2d commit 378e6e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_fill_form/test_fill_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def get_password():
secure = Secure()
read = YAMLReader.read("data.yaml", to_simple_namespace=True)
password = read.users.john.details.password
print(password)
return secure.decrypt_password(password)


Expand Down

0 comments on commit 378e6e5

Please sign in to comment.