howljs / hl_image_picker

Simplify media selection, cropping, and camera functionality in your Flutter app. Choose images/videos from the library, crop images, and capture new photos/videos with ease.
https://pub.dev/packages/hl_image_picker
24 stars 14 forks source link

Security vulnerability issues #37

Open devsideal opened 4 months ago

devsideal commented 4 months ago

AS im using the latest version of the package hl_image_picker: ^1.2.16 when im testing the app on Appsweep to test the security, it showing two vulnerability issues:

  1. Insecure hashing algorithm MD5 used image

  2. Insecure hashing algorithm SHA-1 used image

Is there any way to resolve this?