Skip to content

Remove blacklist call check for os.tempnam#859

Merged
sigmavirus24 merged 1 commit intoPyCQA:mainfrom
ericwb:tempnam
Mar 19, 2022
Merged

Remove blacklist call check for os.tempnam#859
sigmavirus24 merged 1 commit intoPyCQA:mainfrom
ericwb:tempnam

Conversation

@ericwb
Copy link
Copy Markdown
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