Skip to content

Add linter to detect input asking for password #16

@mschwager

Description

@mschwager

Bad:

input("Password: ")

Good:

getpass.getpass("Password: ")

See getpass.

We can probably just look for input calls that contain the string literal 'password'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions