tag:github.com,2008:https://github.com/talsec/Free-RASP-KMP/releasesRelease notes from Free-RASP-KMP2025-11-28T13:57:32Ztag:github.com,2008:Repository/1007711572/1.0.02025-12-05T12:12:18Z1.0.0<h2>[1.0.0] - 2025-12-5</h2>
<ul>
<li>Android SDK version: 17.0.0</li>
<li>iOS SDK version: 6.13.0</li>
</ul>
<h3>Kotlin Multiplatform</h3>
<h4>Added</h4>
<ul>
<li>Added <code>killOnBypass</code> to <code>freeraspConfig</code> that configures if the app should be terminated when the threat callbacks are suppressed/hooked by an attacker (Android only) (<a href="https://github.com/talsec/Free-RASP-Android/issues/65" data-hovercard-type="issue" data-hovercard-url="/talsec/Free-RASP-Android/issues/65/hovercard">Issue 65</a>)</li>
<li>Added <code>onTimeSpoofing</code> callback to <code>FreeRaspEvent</code> for handling <code>FreeRaspEvent.TimeSpoofing</code> threat (Android only)
<ul>
<li>We are introducing a new capability, detecting whether the device time has been tampered with</li>
</ul>
</li>
<li>Added <code>onLocationSpoofing</code> callback to <code>FreeRaspEvent</code> for handling <code>FreeRaspEvent.LocationSpoofing</code> threat (Android only)
<ul>
<li>We are introducing a new capability, detecting whether the location is being spoofed on the device.</li>
</ul>
</li>
<li>Added <code>onUnsecureWifi</code> callback to <code>FreeRaspEvent</code> for handling <code>FreeRaspEvent.UnsecureWifi</code> threat (Android only)
<ul>
<li>We are introducing a new capability, detecting whether the device is connected to an unsecured Wi-Fi network.</li>
</ul>
</li>
<li>Added <code>onAllChecksFinished</code> callback to <code>FreeRaspEvent</code>
<ul>
<li>We are introducing a new callback that notifies when all security checks have been completed.</li>
</ul>
</li>
</ul>
<h3>Android</h3>
<h4>Removed</h4>
<ul>
<li>Removed deprecated functionality <code>Pbkdf2Native</code> and both related native libraries (<code>libpbkdf2_native.so</code> and <code>libpolarssl.so</code>)</li>
</ul>
<h4>Changed</h4>
<ul>
<li>Updated internal dependencies</li>
</ul>
<h3>iOS</h3>
<h4>Changed</h4>
<ul>
<li>Updated internal dependencies</li>
</ul>martinzigrai