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 check for os.tempnam #859

Merged
merged 1 commit into from
Mar 19, 2022
Merged

Remove blacklist call check for os.tempnam #859

merged 1 commit into from
Mar 19, 2022

Commits on Mar 19, 2022

  1. Remove blacklist call check for os.tempnam

    This removes the check non-existent functions os.tempnam() and
    os.tmpnam(). This functions were removed in Python 3.0, so Bandit
    no longer needs to scan for them since our minimum version is 3.7.
    
    Signed-off-by: Eric Brown <browne@vmware.com>
    ericwb committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    29606d2 View commit details
    Browse the repository at this point in the history