In mobile apps, SSL Pinning or HTTP Public Key Pinning (HPKP) provides an extra layer of security to HTTPS communications to avoid, for example, man-in-the-middle attacks. It works client-side and adds verification of the server certificate against hashes of public keys, which are pre-bundled with the mobile app.
For information on how to use the plugin check this post.
Choose your plugin version according to the MABS version you are using to generate your mobile apps:
The latest version (7.0.3) of the SSL Pinning Plugin is compatible with the supported MABS versions available:
MABS 11
MABS 10
Using MABS >= 6.0: use plugin version >= 5.0.0
MABS 6.0 requires Platform Version >= 10.0.1016.0 for OutSystems 10 and Platform Version >= 11.0.539.0 for OutSystems 11.
Please ensure you meet the Platform requirements before using this plugin.
Using MABS >= 4.0: use plugin version < 5.0.0
Use this version when generating mobile apps for iOS 12. It does not support iOS 8 and 9.
Note: This plugin version's TrustKit framework was upgraded to support iOS 12, which is a breaking change.
Using MABS < 4.0: use plugin version < 3.0.0
Use this plugin version with older MABS versions to keep support for iOS 8 and 9.
Chores
MIT License