You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: bump Android SDK to 18.3.0
* feat!: rename reason to reasons in SuspiciousAppInfo
* feat!: deprecate old malware config fields
* feat: add SuspiciousAppDetectionConfig to API
* refactor: extract SuspiciousAppDetectionConfig parsing to utils
* chore: update changelog for 4.6.0
* refactor: align toMalwareScanScope to operate on scope object directly
* fix: add TalsecConfig type annotation to example config
* fix: use positional arguments for non-Kotlin SDK constructors
* refactor: simplify enum parsing and map reading in Extensions
* fix: use emptyList() as default trustedInstallSources in MalwareScanScope
* refactor: tighten SuspiciousAppDetectionConfig parsing
* feat!: remove deprecated MalwareConfig API
* chore: bump to 5.0.0
* docs: drop stale MalwareConfig deprecation notes from 4.6.0
* docs: merge unreleased 4.6.0 changelog into 5.0.0
* refactor: rename MalwareScanScope to ScanScope and extract config helpers
* fix ci
* docs: update changelog
* refactor: rename normalizeConfig to withDefaults
* refactor: rename ScanScope.scanScope field to scopeType
Rename the `scanScope: ScopeType` field inside the `ScanScope` type to
`scopeType` so the field name matches its type name. Update the JSON key,
default config, example app, and Kotlin native bridge accordingly.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Tomas Psota <72520867+tompsota@users.noreply.github.com>
Co-authored-by: Tomas Psota <to.psota@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments