Closed woxblom closed 3 years ago
hi @woxblom , if you don't use Mixpanel for messaging or A/B testing(M&E), you can use our latest beta version without M&E instead. https://github.com/mixpanel/mixpanel-android/releases/tag/v6.0.0-beta1.
Since M&E is deprecated, we will not likely change the code, unfortunately. Sorry for the incovenience.
We just had a security penetration review of our app and SHA-1 usage in mixpanel was flagged as a security risk.
CWE-327 Use of a Broken or Risky Cryptographic Algorithm
com.mixpanel.android.util.ImageStore
com.mixpanel.android.java_websocket.drafts.Draft_10
Is this code used? If it is can this be changed to something like SHA-256 instead? https://github.com/MobSF/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4