Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Replace MD5 with SHA256 in generate_hash_id_from_traceback function #1246

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