Skip to content

Fix traceback in hashlib_insecure_functions#834

Merged
sigmavirus24 merged 1 commit into
PyCQA:mainfrom
ericwb:traceback
Feb 28, 2022
Merged

Fix traceback in hashlib_insecure_functions#834
sigmavirus24 merged 1 commit into
PyCQA:mainfrom
ericwb:traceback

Conversation

@ericwb
Copy link
Copy Markdown
Member

@ericwb ericwb commented Feb 28, 2022

This check should not raise an exception if there are no keywords
defined for the call. Makes use of dict get() for safety.

Closes #832

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

This check should not raise an exception if there are no keywords
defined for the call. Makes use of dict get() for safety.

Closes #832

Signed-off-by: Eric Brown <browne@vmware.com>
@sigmavirus24 sigmavirus24 merged commit fbaf2ce into PyCQA:main Feb 28, 2022
@ericwb ericwb deleted the traceback branch February 28, 2022 15:20
This was referenced Mar 4, 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.

hashlib_insecure_functions raising KeyError

2 participants