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
Note this may be somewhat moot since we're already searching for all input usage in DUO108. However, six.moves.input and input in Python > 3.0 are whitelisted, so probably still worth it.
Bad:
Good:
See getpass.
We can probably just look for
input
calls that contain the string literal'password'
.The text was updated successfully, but these errors were encountered: