saigopal commented on pull request #13083:
URL: https://github.com/apache/airflow/pull/13083#issuecomment-745291056
Yup, I understand. There is flag introduced in hashlib to deal with such
scenarios where md5 is used for non-security related purposes.
>>> import hashlib
**>>> hashlib.md5(usedforsecurity=False)**
<md5 HASH object @ 0x7f3bc1b9fed0>
>>> hashlib.md5()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: [digital envelope routines: EVP_DigestInit_ex] disabled for FIPS
>>>
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]