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

support fips compliance by replacing md5 with sha256 #20904

Closed
actionjax opened this issue Jul 28, 2022 · 2 comments
Closed

support fips compliance by replacing md5 with sha256 #20904

actionjax opened this issue Jul 28, 2022 · 2 comments

Comments

@actionjax
Copy link

actionjax commented Jul 28, 2022

Hello, we work on fips compliant systems and superset will not work unless all the hashes are replaced with encryption stronger than md5. Can superset be modified to use sha256? I think it should be as simple as replacing all md5() calls with sha256(). Notably the uuid generation (key_value/utils.py) is the source of the compliant. I can work on a PR on my spare time if desired.

@rusackas
Copy link
Member

rusackas commented Feb 9, 2024

Closing this issue since it's a feature request more than a bug. We're still hopeful that the PR can be picked up by a volunteer, but in the meantime, we're trying to whittle the Issues backlog to bugs only, so we'll close this. Thanks for the contributions!

@rusackas rusackas closed this as completed Feb 9, 2024
@mamccorm
Copy link

mamccorm commented May 8, 2024

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

No branches or pull requests

3 participants