Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Copy link
Member

ericwb commented Mar 19, 2022 *
edited
Loading

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
ericwb requested review from ghugo, lukehinds and sigmavirus24 as code owners March 19, 2022 02:34
sigmavirus24 approved these changes Mar 19, 2022
sigmavirus24 merged commit dd423ff into PyCQA:main Mar 19, 2022
ericwb deleted the tempnam branch March 19, 2022 15:31
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

Reviewers

sigmavirus24 sigmavirus24 approved these changes

lukehinds Awaiting requested review from lukehinds lukehinds is a code owner

ghugo Awaiting requested review from ghugo

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Remove B325: tempnam

2 participants