Commit 6cb4765
- .gitignore+97
- FreeRASPDemoApp/app/build.gradle+9-20
- FreeRASPDemoApp/app/src/main/java/com/aheaditec/talsec/demoapp/TalsecApplication.kt+122-116
- FreeRASPDemoApp/app/src/main/java/com/aheaditec/talsec/demoapp/Utils.kt+26-30
- FreeRASPDemoApp/build.gradle+5-24
- FreeRASPDemoApp/gradle.properties+4-1
- FreeRASPDemoApp/gradle/libs.versions.toml+22
- FreeRASPDemoApp/gradle/wrapper/gradle-wrapper.properties+2-2
- FreeRASPDemoApp/settings.gradle+18
- CHANGELOG.md+86
- android/build.gradle+2-2
- android/src/main/kotlin/com/aheaditec/freerasp/Extensions.kt+15
- android/src/main/kotlin/com/aheaditec/freerasp/FreeraspPlugin.kt+4
- android/src/main/kotlin/com/aheaditec/freerasp/RaspExecutionStateEvent.kt+5
- android/src/main/kotlin/com/aheaditec/freerasp/Threat.kt+2
- android/src/main/kotlin/com/aheaditec/freerasp/dispatchers/ExecutionStateDispatcher.kt+50
- android/src/main/kotlin/com/aheaditec/freerasp/dispatchers/ThreatDispatcher.kt+84
- android/src/main/kotlin/com/aheaditec/freerasp/generated/RaspExecutionState.kt-53
- android/src/main/kotlin/com/aheaditec/freerasp/handlers/ExecutionStateStreamHandler.kt+43
- android/src/main/kotlin/com/aheaditec/freerasp/handlers/MethodCallHandler.kt+20-19
- android/src/main/kotlin/com/aheaditec/freerasp/handlers/PluginThreatHandler.kt+82-91
- android/src/main/kotlin/com/aheaditec/freerasp/handlers/TalsecThreatHandler.kt+17-58
- example/.gitignore+1
- example/android/app/build.gradle+1-1
- example/ios/Podfile.lock+4-4
- example/lib/main.dart+102-25
- example/lib/threat_notifier.dart+1
- ios/Classes/Dispatchers/ExecutionStateDispatcher.swift+35
- ios/Classes/Dispatchers/ThreatDispatcher.swift+36
- ios/Classes/Generated/RaspExecutionState.swift-97
- ios/Classes/Models/RaspExecutionStates.swift+3
- ios/Classes/Processors/EventProcessor.swift-66
- ios/Classes/Processors/ExecutionStreamHandler.swift+17
- ios/Classes/Processors/StateProcessor.swift-32
- ios/Classes/SwiftFreeraspPlugin.swift+22-37
- ios/Classes/TalsecHandlers.swift+8-2
- ios/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
- ios/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
- ios/TalsecRuntime.xcframework/_CodeSignature/CodeResources+82-288
- ios/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/.jbroot/libRHProbe.dat
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h+7-2
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h+7-7
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h+4-4
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json+478-551
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/PrivacyInfo.xcprivacy+8
- ios/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/.jbroot/libRHProbe.dat
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h+14-4
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h+7-7
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h+4-4
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h+1-1
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json+475-548
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json+475-548
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface+6-3
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/PrivacyInfo.xcprivacy+8
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
- ios/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources+46-35
- lib/src/callbacks/rasp_execution_state_callback.dart+1-7
- lib/src/callbacks/threat_callback.dart+4
- lib/src/enums/enums.dart+1
- lib/src/enums/rasp_execution_state.dart+19
- lib/src/enums/threat.dart+8-2
- lib/src/generated/rasp_execution_state.g.dart-79
- lib/src/talsec.dart+69-8
- pigeons/rasp_execution_state.dart-24
- pubspec.yaml+1-1
- test/src/enums/threat_test.dart+3-1
- test/src/talsec_test.dart+58
- test/test_utils/spy_threat_callback.dart+3
Submodule React Native updated 106 files
- Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory
- Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeRequirements-1
- Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeResources+91-286
- Talsec/TalsecRuntime.xcframework/_CodeSignature/CodeSignature
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/.jbroot/libRHProbe.dat
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h+7-2
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h+7-7
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h+4-4
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json+476-549
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/PrivacyInfo.xcprivacy+8
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime
- Talsec/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/_CodeSignature/CodeResources+377
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/.jbroot/libRHProbe.dat
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h+14-4
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h+7-7
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h+4-4
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h+1-1
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json+476-549
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json+476-549
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface+6-3
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/PrivacyInfo.xcprivacy+8
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime
- Talsec/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources+42-53
0 commit comments