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

Conversation

ericwb
Copy link
Member

@ericwb ericwb commented Mar 19, 2022

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.

Closes #675

Signed-off-by: Eric Brown browne@vmware.com

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>
@sigmavirus24 sigmavirus24 merged commit dd423ff into PyCQA:main Mar 19, 2022
@ericwb ericwb deleted the tempnam branch March 19, 2022 15:31
@ericwb ericwb mentioned this pull request Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove B325: tempnam
2 participants