lratc opened a new pull request, #1288:
URL: https://github.com/apache/cassandra-python-driver/pull/1288

   As per https://github.com/python/cpython/issues/53462 hashlib.md5() takes an 
implicit "usedforsecurity=True" argument.  In a FIPS-140 environment, this 
causes the cassandra-python-driver to error as md5 is not permitted for 
security usage.
   
   ```ModuleNotFoundError: No module named 'md5'```
   
   Within the context of this package, the token is not used for security - 
this is used for an internal hashing function only, so marking it as 
usedforsecurity=False is a straightforward method to permit its usage without 
affecting compatibility.


-- 
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]

Reply via email to