actionjax opened a new issue, #20904: URL: https://github.com/apache/superset/issues/20904
Github Discussions is our new home for discussing features and improvements! https://github.com/apache/superset/discussions/categories/ideas We'd like to keep Github Issues focuses on bugs and SIP's (Superset Improvement Proposals)! Please note that feature requests opened as Github Issues will be moved to Discussions. 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. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
