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
The current implementation of generate_hash_id_from_traceback uses MD5 for hashing. Please update the function to use SHA256 for improved security and collision resistance.
Code at:
The current implementation of generate_hash_id_from_traceback uses MD5 for hashing. Please update the function to use SHA256 for improved security and collision resistance.
Code at:
opencensus-python/opencensus/trace/stack_trace.py
Line 184 in 2e0710b
The text was updated successfully, but these errors were encountered: