One static code analysis tool we use for our iOS app is throwing a warning related to the AppsFlyer SDK features.
The title of the warning is "Use of Unsafe Serialization API Exposes App to Remote Code Execution"
The evidence provided by the tool that points to appsflyer is:
Report
SDK Version
6.12.2
Please provide any other relevant information.
One static code analysis tool we use for our iOS app is throwing a warning related to the AppsFlyer SDK features. The title of the warning is "Use of Unsafe Serialization API Exposes App to Remote Code Execution"
The evidence provided by the tool that points to appsflyer is:
It basically says to avoid using the deprecated unarchiveObjectWithData and unarchiveObjectWithFile methods and to refer to https://developer.apple.com/documentation/foundation/nssecurecoding?language=objc for details on the proper way to do it.