You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2022/09/09 20:31:54 UTC

[GitHub] [libcloud] github-code-scanning[bot] commented on a diff in pull request #1765: Reformat code using pyupgrade and Python >= 3.6 compatible syntax

github-code-scanning[bot] commented on code in PR #1765:
URL: https://github.com/apache/libcloud/pull/1765#discussion_r967442110


##########
docs/examples/compute/kamatera/create_node.py:
##########
@@ -151,4 +151,4 @@
 
 # get the node SSH connection details
 
-print("root@%s  /  %s" % (node.public_ips[0], node.extra["generated_password"]))
+print("root@{}  /  {}".format(node.public_ips[0], node.extra["generated_password"]))

Review Comment:
   ## Clear-text logging of sensitive information
   
   [Sensitive data (password)](1) is logged here.
   
   [Show more details](https://github.com/apache/libcloud/security/code-scanning/21)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@libcloud.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org