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 redundant Python 3.6 code #802

Merged
merged 1 commit into from Feb 7, 2022
Merged

Remove redundant Python 3.6 code #802

merged 1 commit into from Feb 7, 2022

Commits on Feb 7, 2022

  1. Remove redundant Python 3.6 code

    Bandit no longer supports Pytyon 3.6 and earlier since those are
    end-of-life. Therefore there is no longer a need to have any
    code that conditional checks on versions as early as that.
    
    This change cleans up the sql_statements check to only be for
    Python 3.7 and later.
    
    Closes #800
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    7c993d2 View commit details
    Browse the repository at this point in the history