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

Update DUO130 to support hashlib constructor usedforsecurity=False param #42

Merged
merged 1 commit into from May 16, 2022

Conversation

djmattyg007
Copy link
Contributor

@djmattyg007 djmattyg007 commented May 14, 2022

Support for this arrived in Python 3.9, but this rule should be fully backwards-compatible with older versions of Python.

Fixes #39

Support for this arrived in Python 3.9, but this rule should be fully
backwards-compatible with older versions of Python.
Copy link
Contributor

@mschwager mschwager left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excellent, thank you!

@mschwager mschwager merged commit ce0b19c into dlint-py:master May 16, 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 linter should not warn when usedforsecurity=False is set
2 participants