Skip to content

freeRASP 3.0.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 06:29
· 3 commits to main since this release
3ad2545
  • 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 TalsecMalwareConfig and TalsecAndroidConfig.malwareConfig
  • SuspiciousAppDetectionConfig.malwareScanScope and reasonMode are now required

Capacitor

Added

  • SuspiciousAppDetectionConfig for malware detection configuration

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