API
Variables
TalsecConfig
TalsecConfig
Specifies configuration for your app. See the table below for detailed description of the attributes.
field | type | description | sample value |
---|---|---|---|
appBundleIds | [String] | List of Bundle IDs for the app |
|
appTeamId | String | Apple Team ID for the signing of the app | "M8AK35..." |
watcherMail | String? | The value is automatically used as the target address for your security reports. Mail has a strict form |
|
isProd | Bool? | Defaults to
|
|
Classes
public class Talsec
public class Talsec
Methods
public static func start(config: TalsecRuntime.TalsecConfig)
The method used to start freeRASP's audit.
Protocols
public protocol SecurityThreatHandler
public protocol SecurityThreatHandler
Methods
func threatDetected(_ securityThreat: TalsecRuntime.SecurityThreat)
Notifier about detected threats.
Enums
public enum SecurityThreat : String, Codable, CaseIterable, Equatable
public enum SecurityThreat : String, Codable, CaseIterable, Equatable
Cases
signature
jailbreak
debugger
runtimeManipulation
passcode
simulator
missingSecureEnclave
systemVPN
deviceChange
deviceID
unofficialStore
Last updated