capacitor-freerasp 2.4.1 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/android/build.gradle +1 -1
  3. package/android/src/main/java/com/aheaditec/freerasp/FreeraspPlugin.kt +60 -46
  4. package/android/src/main/java/com/aheaditec/freerasp/PluginThreatHandler.kt +9 -4
  5. package/android/src/main/java/com/aheaditec/freerasp/dispatchers/ExecutionStateDispatcher.kt +33 -16
  6. package/android/src/main/java/com/aheaditec/freerasp/dispatchers/ThreatDispatcher.kt +40 -24
  7. package/dist/esm/api/listeners/raspExecutionState.js +23 -11
  8. package/dist/esm/api/listeners/raspExecutionState.js.map +1 -1
  9. package/dist/esm/api/listeners/threat.js +25 -12
  10. package/dist/esm/api/listeners/threat.js.map +1 -1
  11. package/dist/esm/api/methods/capacitor.js +7 -1
  12. package/dist/esm/api/methods/capacitor.js.map +1 -1
  13. package/dist/esm/channels/threat.js +2 -5
  14. package/dist/esm/channels/threat.js.map +1 -1
  15. package/dist/esm/models/threat.js +1 -0
  16. package/dist/esm/models/threat.js.map +1 -1
  17. package/dist/esm/types/types.d.ts +6 -1
  18. package/dist/esm/types/types.js.map +1 -1
  19. package/dist/plugin.cjs.js +58 -28
  20. package/dist/plugin.cjs.js.map +1 -1
  21. package/dist/plugin.js +58 -28
  22. package/dist/plugin.js.map +1 -1
  23. package/ios/Plugin/FreeraspPlugin.m +1 -0
  24. package/ios/Plugin/FreeraspPlugin.swift +28 -8
  25. package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeDirectory +0 -0
  26. package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeResources +84 -62
  27. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/CurlWrapper.h +1 -1
  28. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +1 -1
  29. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/curl.h +7 -7
  30. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/multi.h +4 -4
  31. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/options.h +1 -1
  32. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Headers/urlapi.h +1 -1
  33. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Info.plist +0 -0
  34. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.abi.json +359 -102
  35. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.private.swiftinterface +2 -0
  36. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  37. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios.swiftinterface +2 -0
  38. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/PrivacyInfo.xcprivacy +8 -0
  39. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64/TalsecRuntime.framework/TalsecRuntime +0 -0
  40. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/CurlWrapper.h +1 -1
  41. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/TalsecRuntime-Swift.h +2 -2
  42. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/curl.h +7 -7
  43. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/multi.h +4 -4
  44. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/options.h +1 -1
  45. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Headers/urlapi.h +1 -1
  46. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Info.plist +0 -0
  47. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.abi.json +366 -109
  48. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +2 -0
  49. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  50. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/arm64-apple-ios-simulator.swiftinterface +2 -0
  51. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.abi.json +366 -109
  52. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +2 -0
  53. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  54. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/Modules/TalsecRuntime.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +2 -0
  55. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/PrivacyInfo.xcprivacy +8 -0
  56. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/TalsecRuntime +0 -0
  57. package/ios/Plugin/TalsecRuntime.xcframework/ios-arm64_x86_64-simulator/TalsecRuntime.framework/_CodeSignature/CodeResources +46 -35
  58. package/ios/Plugin/models/SecurityThreat.swift +2 -0
  59. package/ios/Plugin/utils/EventIdentifiers.swift +2 -2
  60. package/package.json +1 -1
  61. package/ios/Plugin/TalsecRuntime.xcframework/_CodeSignature/CodeSignature +0 -0
@@ -388,6 +388,13 @@
388
388
  "RawDocComment"
389
389
  ]
390
390
  },
391
+ {
392
+ "kind": "Import",
393
+ "name": "CryptoKit",
394
+ "printedName": "CryptoKit",
395
+ "declKind": "Import",
396
+ "moduleName": "TalsecRuntime"
397
+ },
391
398
  {
392
399
  "kind": "Import",
393
400
  "name": "Foundation",
@@ -1141,6 +1148,76 @@
1141
1148
  "RawDocComment"
1142
1149
  ]
1143
1150
  },
1151
+ {
1152
+ "kind": "Import",
1153
+ "name": "Foundation",
1154
+ "printedName": "Foundation",
1155
+ "declKind": "Import",
1156
+ "moduleName": "TalsecRuntime"
1157
+ },
1158
+ {
1159
+ "kind": "Import",
1160
+ "name": "Network",
1161
+ "printedName": "Network",
1162
+ "declKind": "Import",
1163
+ "moduleName": "TalsecRuntime"
1164
+ },
1165
+ {
1166
+ "kind": "Import",
1167
+ "name": "Foundation",
1168
+ "printedName": "Foundation",
1169
+ "declKind": "Import",
1170
+ "moduleName": "TalsecRuntime"
1171
+ },
1172
+ {
1173
+ "kind": "Import",
1174
+ "name": "Foundation",
1175
+ "printedName": "Foundation",
1176
+ "declKind": "Import",
1177
+ "moduleName": "TalsecRuntime"
1178
+ },
1179
+ {
1180
+ "kind": "Import",
1181
+ "name": "Network",
1182
+ "printedName": "Network",
1183
+ "declKind": "Import",
1184
+ "moduleName": "TalsecRuntime"
1185
+ },
1186
+ {
1187
+ "kind": "Import",
1188
+ "name": "Foundation",
1189
+ "printedName": "Foundation",
1190
+ "declKind": "Import",
1191
+ "moduleName": "TalsecRuntime"
1192
+ },
1193
+ {
1194
+ "kind": "Import",
1195
+ "name": "Foundation",
1196
+ "printedName": "Foundation",
1197
+ "declKind": "Import",
1198
+ "moduleName": "TalsecRuntime"
1199
+ },
1200
+ {
1201
+ "kind": "Import",
1202
+ "name": "Foundation",
1203
+ "printedName": "Foundation",
1204
+ "declKind": "Import",
1205
+ "moduleName": "TalsecRuntime"
1206
+ },
1207
+ {
1208
+ "kind": "Import",
1209
+ "name": "Network",
1210
+ "printedName": "Network",
1211
+ "declKind": "Import",
1212
+ "moduleName": "TalsecRuntime"
1213
+ },
1214
+ {
1215
+ "kind": "Import",
1216
+ "name": "Foundation",
1217
+ "printedName": "Foundation",
1218
+ "declKind": "Import",
1219
+ "moduleName": "TalsecRuntime"
1220
+ },
1144
1221
  {
1145
1222
  "kind": "Import",
1146
1223
  "name": "Foundation",
@@ -1813,6 +1890,46 @@
1813
1890
  "RawDocComment"
1814
1891
  ]
1815
1892
  },
1893
+ {
1894
+ "kind": "Var",
1895
+ "name": "timeSpoofing",
1896
+ "printedName": "timeSpoofing",
1897
+ "children": [
1898
+ {
1899
+ "kind": "TypeFunc",
1900
+ "name": "Function",
1901
+ "printedName": "(TalsecRuntime.SecurityThreat.Type) -> TalsecRuntime.SecurityThreat",
1902
+ "children": [
1903
+ {
1904
+ "kind": "TypeNominal",
1905
+ "name": "SecurityThreat",
1906
+ "printedName": "TalsecRuntime.SecurityThreat",
1907
+ "usr": "s:13TalsecRuntime14SecurityThreatO"
1908
+ },
1909
+ {
1910
+ "kind": "TypeNominal",
1911
+ "name": "Metatype",
1912
+ "printedName": "TalsecRuntime.SecurityThreat.Type",
1913
+ "children": [
1914
+ {
1915
+ "kind": "TypeNominal",
1916
+ "name": "SecurityThreat",
1917
+ "printedName": "TalsecRuntime.SecurityThreat",
1918
+ "usr": "s:13TalsecRuntime14SecurityThreatO"
1919
+ }
1920
+ ]
1921
+ }
1922
+ ]
1923
+ }
1924
+ ],
1925
+ "declKind": "EnumElement",
1926
+ "usr": "s:13TalsecRuntime14SecurityThreatO12timeSpoofingyA2CmF",
1927
+ "mangledName": "$s13TalsecRuntime14SecurityThreatO12timeSpoofingyA2CmF",
1928
+ "moduleName": "TalsecRuntime",
1929
+ "declAttributes": [
1930
+ "RawDocComment"
1931
+ ]
1932
+ },
1816
1933
  {
1817
1934
  "kind": "Constructor",
1818
1935
  "name": "init",
@@ -2622,562 +2739,702 @@
2622
2739
  },
2623
2740
  "ConstValues": [
2624
2741
  {
2625
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2742
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2626
2743
  "kind": "StringLiteral",
2627
2744
  "offset": 243,
2628
2745
  "length": 13,
2629
2746
  "value": "\"development\""
2630
2747
  },
2631
2748
  {
2632
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2749
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2633
2750
  "kind": "StringLiteral",
2634
2751
  "offset": 279,
2635
2752
  "length": 12,
2636
2753
  "value": "\"production\""
2637
2754
  },
2638
2755
  {
2639
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2756
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2640
2757
  "kind": "StringLiteral",
2641
2758
  "offset": 312,
2642
2759
  "length": 10,
2643
2760
  "value": "\"disabled\""
2644
2761
  },
2645
2762
  {
2646
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2763
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2647
2764
  "kind": "StringLiteral",
2648
2765
  "offset": 575,
2649
2766
  "length": 24,
2650
2767
  "value": "\"keychain-access-groups\""
2651
2768
  },
2652
2769
  {
2653
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2770
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2654
2771
  "kind": "StringLiteral",
2655
2772
  "offset": 628,
2656
2773
  "length": 16,
2657
2774
  "value": "\"get-task-allow\""
2658
2775
  },
2659
2776
  {
2660
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2777
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2661
2778
  "kind": "StringLiteral",
2662
2779
  "offset": 675,
2663
2780
  "length": 17,
2664
2781
  "value": "\"aps-environment\""
2665
2782
  },
2666
2783
  {
2667
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2784
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2668
2785
  "kind": "StringLiteral",
2669
2786
  "offset": 722,
2670
2787
  "length": 24,
2671
2788
  "value": "\"application-identifier\""
2672
2789
  },
2673
2790
  {
2674
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2791
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2675
2792
  "kind": "BooleanLiteral",
2676
2793
  "offset": 1994,
2677
2794
  "length": 5,
2678
2795
  "value": "false"
2679
2796
  },
2680
2797
  {
2681
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2798
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2682
2799
  "kind": "StringLiteral",
2683
2800
  "offset": 2227,
2684
2801
  "length": 6,
2685
2802
  "value": "\"Name\""
2686
2803
  },
2687
2804
  {
2688
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2805
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2689
2806
  "kind": "StringLiteral",
2690
2807
  "offset": 2259,
2691
2808
  "length": 11,
2692
2809
  "value": "\"AppIDName\""
2693
2810
  },
2694
2811
  {
2695
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2812
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2696
2813
  "kind": "StringLiteral",
2697
2814
  "offset": 2296,
2698
2815
  "length": 29,
2699
2816
  "value": "\"ApplicationIdentifierPrefix\""
2700
2817
  },
2701
2818
  {
2702
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2819
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2703
2820
  "kind": "StringLiteral",
2704
2821
  "offset": 2350,
2705
2822
  "length": 10,
2706
2823
  "value": "\"TeamName\""
2707
2824
  },
2708
2825
  {
2709
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2826
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2710
2827
  "kind": "StringLiteral",
2711
2828
  "offset": 2392,
2712
2829
  "length": 16,
2713
2830
  "value": "\"TeamIdentifier\""
2714
2831
  },
2715
2832
  {
2716
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2833
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2717
2834
  "kind": "StringLiteral",
2718
2835
  "offset": 2433,
2719
2836
  "length": 10,
2720
2837
  "value": "\"Platform\""
2721
2838
  },
2722
2839
  {
2723
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2840
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2724
2841
  "kind": "StringLiteral",
2725
2842
  "offset": 2474,
2726
2843
  "length": 16,
2727
2844
  "value": "\"IsXcodeManaged\""
2728
2845
  },
2729
2846
  {
2730
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2847
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2731
2848
  "kind": "StringLiteral",
2732
2849
  "offset": 2519,
2733
2850
  "length": 14,
2734
2851
  "value": "\"CreationDate\""
2735
2852
  },
2736
2853
  {
2737
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2854
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2738
2855
  "kind": "StringLiteral",
2739
2856
  "offset": 2564,
2740
2857
  "length": 16,
2741
2858
  "value": "\"ExpirationDate\""
2742
2859
  },
2743
2860
  {
2744
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2861
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2745
2862
  "kind": "StringLiteral",
2746
2863
  "offset": 2607,
2747
2864
  "length": 12,
2748
2865
  "value": "\"TimeToLive\""
2749
2866
  },
2750
2867
  {
2751
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2868
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2752
2869
  "kind": "StringLiteral",
2753
2870
  "offset": 2640,
2754
2871
  "length": 6,
2755
2872
  "value": "\"UUID\""
2756
2873
  },
2757
2874
  {
2758
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2875
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2759
2876
  "kind": "StringLiteral",
2760
2877
  "offset": 2670,
2761
2878
  "length": 9,
2762
2879
  "value": "\"Version\""
2763
2880
  },
2764
2881
  {
2765
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2882
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Signature\/MobileProvision.swift",
2766
2883
  "kind": "StringLiteral",
2767
2884
  "offset": 2708,
2768
2885
  "length": 14,
2769
2886
  "value": "\"Entitlements\""
2770
2887
  },
2771
2888
  {
2772
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2889
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2773
2890
  "kind": "Array",
2774
2891
  "offset": 375,
2775
2892
  "length": 2,
2776
2893
  "value": "[]"
2777
2894
  },
2778
2895
  {
2779
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2896
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2780
2897
  "kind": "StringLiteral",
2781
2898
  "offset": 415,
2782
2899
  "length": 2,
2783
2900
  "value": "\"\""
2784
2901
  },
2785
2902
  {
2786
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2903
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/DynamicConfiguration\/DefaultConfig.swift",
2787
2904
  "kind": "BooleanLiteral",
2788
2905
  "offset": 491,
2789
2906
  "length": 4,
2790
2907
  "value": "true"
2791
2908
  },
2792
2909
  {
2793
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2910
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2794
2911
  "kind": "StringLiteral",
2795
2912
  "offset": 471,
2796
2913
  "length": 11,
2797
2914
  "value": "\"osVersion\""
2798
2915
  },
2799
2916
  {
2800
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2917
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2801
2918
  "kind": "StringLiteral",
2802
2919
  "offset": 511,
2803
2920
  "length": 14,
2804
2921
  "value": "\"manufacturer\""
2805
2922
  },
2806
2923
  {
2807
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2924
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2808
2925
  "kind": "StringLiteral",
2809
2926
  "offset": 547,
2810
2927
  "length": 7,
2811
2928
  "value": "\"model\""
2812
2929
  },
2813
2930
  {
2814
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2931
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2815
2932
  "kind": "StringLiteral",
2816
2933
  "offset": 753,
2817
2934
  "length": 10,
2818
2935
  "value": "\"security\""
2819
2936
  },
2820
2937
  {
2821
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2938
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2822
2939
  "kind": "StringLiteral",
2823
2940
  "offset": 790,
2824
2941
  "length": 12,
2825
2942
  "value": "\"biometrics\""
2826
2943
  },
2827
2944
  {
2828
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2945
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2829
2946
  "kind": "StringLiteral",
2830
2947
  "offset": 835,
2831
2948
  "length": 18,
2832
2949
  "value": "\"hwBackedKeychain\""
2833
2950
  },
2834
2951
  {
2835
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2952
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2836
2953
  "kind": "StringLiteral",
2837
2954
  "offset": 1430,
2838
2955
  "length": 18,
2839
2956
  "value": "\"endOfGracePeriod\""
2840
2957
  },
2841
2958
  {
2842
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2959
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2843
2960
  "kind": "StringLiteral",
2844
2961
  "offset": 1874,
2845
2962
  "length": 15,
2846
2963
  "value": "\"appIdentifier\""
2847
2964
  },
2848
2965
  {
2849
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2966
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2850
2967
  "kind": "StringLiteral",
2851
2968
  "offset": 1916,
2852
2969
  "length": 12,
2853
2970
  "value": "\"appVersion\""
2854
2971
  },
2855
2972
  {
2856
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2973
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2857
2974
  "kind": "StringLiteral",
2858
- "offset": 5957,
2975
+ "offset": 7497,
2859
2976
  "length": 5,
2860
2977
  "value": "\"iOS\""
2861
2978
  },
2862
2979
  {
2863
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2980
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2864
2981
  "kind": "StringLiteral",
2865
- "offset": 6394,
2982
+ "offset": 7934,
2866
2983
  "length": 7,
2867
2984
  "value": "\"en_US\""
2868
2985
  },
2869
2986
  {
2870
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2987
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2871
2988
  "kind": "StringLiteral",
2872
- "offset": 6873,
2989
+ "offset": 8413,
2873
2990
  "length": 3,
2874
2991
  "value": "\".\""
2875
2992
  },
2876
2993
  {
2877
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2994
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2878
2995
  "kind": "StringLiteral",
2879
- "offset": 6923,
2996
+ "offset": 8463,
2880
2997
  "length": 2,
2881
2998
  "value": "\"\""
2882
2999
  },
2883
3000
  {
2884
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3001
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2885
3002
  "kind": "StringLiteral",
2886
- "offset": 7146,
3003
+ "offset": 8686,
2887
3004
  "length": 12,
2888
3005
  "value": "\"instanceId\""
2889
3006
  },
2890
3007
  {
2891
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3008
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2892
3009
  "kind": "StringLiteral",
2893
- "offset": 7182,
3010
+ "offset": 8722,
2894
3011
  "length": 9,
2895
3012
  "value": "\"eventId\""
2896
3013
  },
2897
3014
  {
2898
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3015
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2899
3016
  "kind": "StringLiteral",
2900
- "offset": 7218,
3017
+ "offset": 8758,
2901
3018
  "length": 12,
2902
3019
  "value": "\"deviceInfo\""
2903
3020
  },
2904
3021
  {
2905
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3022
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2906
3023
  "kind": "StringLiteral",
2907
- "offset": 7258,
3024
+ "offset": 8798,
2908
3025
  "length": 13,
2909
3026
  "value": "\"deviceState\""
2910
3027
  },
2911
3028
  {
2912
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3029
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2913
3030
  "kind": "StringLiteral",
2914
- "offset": 7295,
3031
+ "offset": 8835,
2915
3032
  "length": 9,
2916
3033
  "value": "\"appInfo\""
2917
3034
  },
2918
3035
  {
2919
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3036
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2920
3037
  "kind": "StringLiteral",
2921
- "offset": 7329,
3038
+ "offset": 8869,
2922
3039
  "length": 10,
2923
3040
  "value": "\"platform\""
2924
3041
  },
2925
3042
  {
2926
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3043
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2927
3044
  "kind": "StringLiteral",
2928
- "offset": 7365,
3045
+ "offset": 8905,
2929
3046
  "length": 11,
2930
3047
  "value": "\"occurence\""
2931
3048
  },
2932
3049
  {
2933
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3050
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2934
3051
  "kind": "StringLiteral",
2935
- "offset": 7407,
3052
+ "offset": 8947,
2936
3053
  "length": 16,
2937
3054
  "value": "\"incidentReport\""
2938
3055
  },
2939
3056
  {
2940
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3057
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2941
3058
  "kind": "StringLiteral",
2942
- "offset": 7446,
3059
+ "offset": 8986,
2943
3060
  "length": 8,
2944
3061
  "value": "\"checks\""
2945
3062
  },
2946
3063
  {
2947
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3064
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2948
3065
  "kind": "StringLiteral",
2949
- "offset": 7481,
3066
+ "offset": 9021,
2950
3067
  "length": 12,
2951
3068
  "value": "\"externalId\""
2952
3069
  },
2953
3070
  {
2954
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3071
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2955
3072
  "kind": "StringLiteral",
2956
- "offset": 7519,
3073
+ "offset": 9059,
2957
3074
  "length": 11,
2958
3075
  "value": "\"sessionId\""
2959
3076
  },
2960
3077
  {
2961
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3078
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2962
3079
  "kind": "StringLiteral",
2963
- "offset": 7555,
3080
+ "offset": 9095,
2964
3081
  "length": 10,
2965
3082
  "value": "\"deviceId\""
2966
3083
  },
2967
3084
  {
2968
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3085
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2969
3086
  "kind": "StringLiteral",
2970
- "offset": 7592,
3087
+ "offset": 9132,
2971
3088
  "length": 12,
2972
3089
  "value": "\"sdkVersion\""
2973
3090
  },
2974
3091
  {
2975
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3092
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2976
3093
  "kind": "StringLiteral",
2977
- "offset": 7632,
3094
+ "offset": 9172,
2978
3095
  "length": 13,
2979
3096
  "value": "\"sdkPlatform\""
2980
3097
  },
2981
3098
  {
2982
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
3099
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Report.swift",
2983
3100
  "kind": "StringLiteral",
2984
- "offset": 7675,
3101
+ "offset": 9215,
2985
3102
  "length": 15,
2986
3103
  "value": "\"sdkIdentifier\""
2987
3104
  },
2988
3105
  {
2989
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3106
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
2990
3107
  "kind": "StringLiteral",
2991
3108
  "offset": 413,
2992
3109
  "length": 5,
2993
3110
  "value": "\"iOS\""
2994
3111
  },
2995
3112
  {
2996
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3113
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
2997
3114
  "kind": "StringLiteral",
2998
3115
  "offset": 927,
2999
3116
  "length": 7,
3000
3117
  "value": "\"en_US\""
3001
3118
  },
3002
3119
  {
3003
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3120
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3004
3121
  "kind": "StringLiteral",
3005
3122
  "offset": 1182,
3006
3123
  "length": 12,
3007
3124
  "value": "\"instanceId\""
3008
3125
  },
3009
3126
  {
3010
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3127
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3011
3128
  "kind": "StringLiteral",
3012
3129
  "offset": 1218,
3013
3130
  "length": 9,
3014
3131
  "value": "\"eventId\""
3015
3132
  },
3016
3133
  {
3017
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3134
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3018
3135
  "kind": "StringLiteral",
3019
3136
  "offset": 1254,
3020
3137
  "length": 12,
3021
3138
  "value": "\"sdkVersion\""
3022
3139
  },
3023
3140
  {
3024
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3141
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3025
3142
  "kind": "StringLiteral",
3026
3143
  "offset": 1291,
3027
3144
  "length": 10,
3028
3145
  "value": "\"platform\""
3029
3146
  },
3030
3147
  {
3031
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3148
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3032
3149
  "kind": "StringLiteral",
3033
3150
  "offset": 1329,
3034
3151
  "length": 13,
3035
3152
  "value": "\"sdkPlatform\""
3036
3153
  },
3037
3154
  {
3038
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3155
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3039
3156
  "kind": "StringLiteral",
3040
3157
  "offset": 1369,
3041
3158
  "length": 12,
3042
3159
  "value": "\"deviceInfo\""
3043
3160
  },
3044
3161
  {
3045
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3162
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3046
3163
  "kind": "StringLiteral",
3047
3164
  "offset": 1409,
3048
3165
  "length": 13,
3049
3166
  "value": "\"deviceState\""
3050
3167
  },
3051
3168
  {
3052
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3169
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3053
3170
  "kind": "StringLiteral",
3054
3171
  "offset": 1448,
3055
3172
  "length": 11,
3056
3173
  "value": "\"occurence\""
3057
3174
  },
3058
3175
  {
3059
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3176
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3060
3177
  "kind": "StringLiteral",
3061
3178
  "offset": 1482,
3062
3179
  "length": 8,
3063
3180
  "value": "\"checks\""
3064
3181
  },
3065
3182
  {
3066
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3183
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3067
3184
  "kind": "StringLiteral",
3068
3185
  "offset": 1515,
3069
3186
  "length": 10,
3070
3187
  "value": "\"deviceId\""
3071
3188
  },
3072
3189
  {
3073
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3190
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3074
3191
  "kind": "StringLiteral",
3075
3192
  "offset": 1552,
3076
3193
  "length": 12,
3077
3194
  "value": "\"externalId\""
3078
3195
  },
3079
3196
  {
3080
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3197
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Cryptogram\/ThreatFlags.swift",
3081
3198
  "kind": "StringLiteral",
3082
3199
  "offset": 1590,
3083
3200
  "length": 11,
3084
3201
  "value": "\"licensing\""
3085
3202
  },
3086
3203
  {
3087
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/ScreenCapture\/ScreenCaptureReportRateLimiter.swift",
3204
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/ScreenCapture\/ScreenCaptureReportRateLimiter.swift",
3088
3205
  "kind": "IntegerLiteral",
3089
3206
  "offset": 253,
3090
3207
  "length": 2,
3091
3208
  "value": "10"
3092
3209
  },
3093
3210
  {
3094
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift",
3211
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift",
3095
3212
  "kind": "StringLiteral",
3096
3213
  "offset": 539,
3097
3214
  "length": 8,
3098
3215
  "value": "\"status\""
3099
3216
  },
3100
3217
  {
3101
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift",
3218
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Report\/Check.swift",
3102
3219
  "kind": "StringLiteral",
3103
3220
  "offset": 570,
3104
3221
  "length": 8,
3105
3222
  "value": "\"timeMs\""
3106
3223
  },
3107
3224
  {
3108
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift",
3225
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/FreeRASP\/TalsecRunner.swift",
3109
3226
  "kind": "BooleanLiteral",
3110
3227
  "offset": 477,
3111
3228
  "length": 4,
3112
3229
  "value": "true"
3113
3230
  },
3114
3231
  {
3115
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3232
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPClient.swift",
3233
+ "kind": "IntegerLiteral",
3234
+ "offset": 775,
3235
+ "length": 1,
3236
+ "value": "5"
3237
+ },
3238
+ {
3239
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPClient.swift",
3240
+ "kind": "IntegerLiteral",
3241
+ "offset": 1522,
3242
+ "length": 3,
3243
+ "value": "123"
3244
+ },
3245
+ {
3246
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPClient.swift",
3247
+ "kind": "BooleanLiteral",
3248
+ "offset": 4729,
3249
+ "length": 5,
3250
+ "value": "false"
3251
+ },
3252
+ {
3253
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPTime.swift",
3254
+ "kind": "IntegerLiteral",
3255
+ "offset": 287,
3256
+ "length": 13,
3257
+ "value": "2208988800"
3258
+ },
3259
+ {
3260
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPTime.swift",
3261
+ "kind": "IntegerLiteral",
3262
+ "offset": 466,
3263
+ "length": 13,
3264
+ "value": "2085978496"
3265
+ },
3266
+ {
3267
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPTime.swift",
3268
+ "kind": "IntegerLiteral",
3269
+ "offset": 580,
3270
+ "length": 25,
3271
+ "value": "9487534653230284800"
3272
+ },
3273
+ {
3274
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket+Data.swift",
3275
+ "kind": "IntegerLiteral",
3276
+ "offset": 3301,
3277
+ "length": 1,
3278
+ "value": "0"
3279
+ },
3280
+ {
3281
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/TimeSpoofingDetector.swift",
3282
+ "kind": "IntegerLiteral",
3283
+ "offset": 417,
3284
+ "length": 2,
3285
+ "value": "60"
3286
+ },
3287
+ {
3288
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3289
+ "kind": "IntegerLiteral",
3290
+ "offset": 3270,
3291
+ "length": 1,
3292
+ "value": "0"
3293
+ },
3294
+ {
3295
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3296
+ "kind": "IntegerLiteral",
3297
+ "offset": 3372,
3298
+ "length": 1,
3299
+ "value": "1"
3300
+ },
3301
+ {
3302
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3303
+ "kind": "IntegerLiteral",
3304
+ "offset": 3476,
3305
+ "length": 1,
3306
+ "value": "2"
3307
+ },
3308
+ {
3309
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3310
+ "kind": "IntegerLiteral",
3311
+ "offset": 3562,
3312
+ "length": 1,
3313
+ "value": "3"
3314
+ },
3315
+ {
3316
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3317
+ "kind": "IntegerLiteral",
3318
+ "offset": 3649,
3319
+ "length": 1,
3320
+ "value": "4"
3321
+ },
3322
+ {
3323
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3324
+ "kind": "IntegerLiteral",
3325
+ "offset": 3741,
3326
+ "length": 1,
3327
+ "value": "5"
3328
+ },
3329
+ {
3330
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3331
+ "kind": "IntegerLiteral",
3332
+ "offset": 3831,
3333
+ "length": 1,
3334
+ "value": "6"
3335
+ },
3336
+ {
3337
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3338
+ "kind": "IntegerLiteral",
3339
+ "offset": 3924,
3340
+ "length": 1,
3341
+ "value": "7"
3342
+ },
3343
+ {
3344
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3345
+ "kind": "IntegerLiteral",
3346
+ "offset": 4319,
3347
+ "length": 1,
3348
+ "value": "0"
3349
+ },
3350
+ {
3351
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3352
+ "kind": "IntegerLiteral",
3353
+ "offset": 4423,
3354
+ "length": 1,
3355
+ "value": "1"
3356
+ },
3357
+ {
3358
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3359
+ "kind": "IntegerLiteral",
3360
+ "offset": 4532,
3361
+ "length": 1,
3362
+ "value": "2"
3363
+ },
3364
+ {
3365
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/TimeManipulation\/NTP\/NTPPacket.swift",
3366
+ "kind": "IntegerLiteral",
3367
+ "offset": 4627,
3368
+ "length": 1,
3369
+ "value": "3"
3370
+ },
3371
+ {
3372
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3116
3373
  "kind": "StringLiteral",
3117
3374
  "offset": 289,
3118
3375
  "length": 14,
3119
3376
  "value": "\"appIntegrity\""
3120
3377
  },
3121
3378
  {
3122
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3379
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3123
3380
  "kind": "StringLiteral",
3124
3381
  "offset": 382,
3125
3382
  "length": 18,
3126
3383
  "value": "\"privilegedAccess\""
3127
3384
  },
3128
3385
  {
3129
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3386
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3130
3387
  "kind": "StringLiteral",
3131
3388
  "offset": 456,
3132
3389
  "length": 7,
3133
3390
  "value": "\"debug\""
3134
3391
  },
3135
3392
  {
3136
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3393
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3137
3394
  "kind": "StringLiteral",
3138
3395
  "offset": 562,
3139
3396
  "length": 7,
3140
3397
  "value": "\"hooks\""
3141
3398
  },
3142
3399
  {
3143
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3400
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/SecurityThreat.swift",
3144
3401
  "kind": "StringLiteral",
3145
3402
  "offset": 909,
3146
3403
  "length": 15,
3147
3404
  "value": "\"deviceBinding\""
3148
3405
  },
3149
3406
  {
3150
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3407
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3151
3408
  "kind": "Dictionary",
3152
3409
  "offset": 605,
3153
3410
  "length": 3,
3154
3411
  "value": "[]"
3155
3412
  },
3156
3413
  {
3157
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3414
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3158
3415
  "kind": "Dictionary",
3159
3416
  "offset": 682,
3160
3417
  "length": 3,
3161
3418
  "value": "[]"
3162
3419
  },
3163
3420
  {
3164
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3421
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3165
3422
  "kind": "BooleanLiteral",
3166
- "offset": 17205,
3423
+ "offset": 18763,
3167
3424
  "length": 4,
3168
3425
  "value": "true"
3169
3426
  },
3170
3427
  {
3171
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3428
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3172
3429
  "kind": "BooleanLiteral",
3173
- "offset": 18442,
3430
+ "offset": 20000,
3174
3431
  "length": 4,
3175
3432
  "value": "true"
3176
3433
  },
3177
3434
  {
3178
- "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner6\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3435
+ "filePath": "\/Users\/talsec\/Talsec_Development\/talsec-dev\/actions-runner2\/actions-runner17\/_work\/rasp-ios\/rasp-ios\/Talsec\/TalsecRuntime\/Classes\/Runtime\/TalsecRuntime.swift",
3179
3436
  "kind": "BooleanLiteral",
3180
- "offset": 19068,
3437
+ "offset": 20764,
3181
3438
  "length": 4,
3182
3439
  "value": "true"
3183
3440
  }