Skip to content

Replace MD5 with SHA256 in generate_hash_id_from_traceback function #1246

Open
@cryptochecktool

Description

@cryptochecktool

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:

m = hashlib.md5() # nosec

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions