You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.