Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove blacklist call to input() #662

Merged
merged 1 commit into from
Dec 9, 2020
Merged

Remove blacklist call to input() #662

merged 1 commit into from
Dec 9, 2020

Commits on Dec 9, 2020

  1. Remove blacklist call to input()

    Now that bandit 1.6.3 is Python 3.x only, there is no longer a
    need to check for a Python 2.x security issue. Namely, input()
    is considered safe in Python 3.x.
    
    Fixes #596
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    82ea344 View commit details
    Browse the repository at this point in the history