DataDog / integrations-core

Core integrations of the Datadog Agent
BSD 3-Clause "New" or "Revised" License
921 stars 1.39k forks source link

Fixing security vulnerability with md5 #17642

Open bellaryshreyas opened 4 months ago

bellaryshreyas commented 4 months ago

using the MD5 hashing algorithm, which is not recommended for hashing sensitive data like IDs or passwords due to its vulnerabilities. A more secure approach would be to use a stronger hashing algorithm like bcrypt, scrypt, or Argon2.

bellaryshreyas commented 4 months ago

I will work on this issue, please assign it to me