talsec / Free-RASP-Android

Library for improving app security and threat monitoring on Android mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
144 stars 10 forks source link

Android data in the security report seems to be broken #1

Closed SirionRazzer closed 2 years ago

SirionRazzer commented 2 years ago

The current release v3.0.0 0bec3be24ddbb1c6aeb7b6542006f1c871de8ce2 seems to be malfunctioning. The report has no data for Android devices. Could you please take a look?

talsec-app commented 2 years ago

Thank you for your submission, there was an issue with a certificate, check the commit message for additional information. We fixed this in the https://github.com/talsec/Free-RASP-Android/commit/be745db3c11d637c4910dfe718bccac0945efb1c . Please, update to the latest version.

Android [build.gradle]:

dependencies {
    // Talsec Release
    releaseImplementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:3.1.0-release'
    // Talsec Debug
    debugImplementation 'com.aheaditec.talsec.security:TalsecSecurity-Community:3.1.0-dev'