-
Notifications
You must be signed in to change notification settings - Fork 0
Description
We are getting these Security vulnerability from VAPT .
1:
"SHA-1 is a weak hash known to have hash collisions
com/pubnub/api/vendor/FileEncryptionUtil.java
2:
Files may contain hardcoded sensitive information like usernames, passwords,
keys etc.
warning
CWE: CWE-312: Cleartext Storage of Sensitive Information
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
Show Files
com/pubnub/api/models/consumer/PNStatus.java
com/pubnub/api/models/consumer/access_manager/
PNAccessManagerGrantResult.java
com/pubnub/api/models/server/SubscribeMessage.java
com/pubnub/api/models/server/files/FormField.java
Currently Using implementation 'com.pubnub:pubnub-gson:6.3.6 In android native app.
Is these issues fixed already in any new release or is there any plan to fix these in upcoming releases ?
How can i solve this ?