Skip to content

freeRASP 8.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jun 06:50
· 2 commits to master since this release
a3bb145
  • Android SDK version: 18.3.0
  • iOS SDK version: 6.14.4

Flutter

Breaking

  • RaspExecutionStateCallback.onAllChecksDone renamed to onAllChecksFinished
  • PackageInfo.installationSource renamed to installerStore
  • SuspiciousAppInfo.reason (String) renamed to reasons (List<String>)
  • Value "blacklist" in reasons renamed to "blocklist"
  • Removed MalwareConfig and AndroidConfig.malwareConfig — use SuspiciousAppDetectionConfig instead

Added

  • SuspiciousAppInfo.permissions field (List<String>?) — list of suspicious permissions detected on the app

Android

Added

  • New API class SuspiciousAppDetectionConfig that can be used to configure malware detection
  • New API for malware detection configuration in TalsecConfig, see TalsecConfig.Builder#suspiciousAppDetection

Fixed

  • Fixed VerifyError caused by JaCoCo bytecode instrumentation
  • Fixed a potential cause of crash in the multi-instance detector
  • Fixed Java interoperability of ScreenProtector methods
  • Fixed Kotlin classpath conflicts in SDK dependency resolution (Kotlin 2.0.0)

Changed

  • Fine-tuned location spoofing detection
  • Modified malware incident log structure for better aggregation