Skip to content

freeRASP 5.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Jun 05:41
· 1 commit to master since this release
51d119f
  • Android SDK version: 18.3.0
  • iOS SDK version: 6.14.4

Breaking

  • SuspiciousAppInfo.reason (String) renamed to reasons (string[])
  • Value "blacklist" in reasons renamed to "blocklist"
  • Removed MalwareConfig and AndroidConfig.malwareConfig

React Native

Removed

  • TalsecMalwareConfig type and TalsecAndroidConfig.malwareConfig field

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