Mendix vulnerability App Transport Security restrictions
0
I got the below feedback from our security team when checking the vulnerability of the native app, so my question is how to enable ATS in mendix mobile app ? App Transport Security restrictions are disabled for all network connections. Disabling ATS meansthat unsecured HTTP connections are allowed. HTTPS connections are also allowed, and are stillsubject to default server trust evaluation. However, extended security checks like requiring aminimum Transport Layer Security (TLS) protocol version—are disabled. This setting is notapplicable to domains listed in NSExceptionDomains.
asked
Mohamed Shahin
1 answers
0
Hi Mohamed,
We received similar feedback. Did you manage to resolve this issue, and if so, how did you fix it? Was it by changing the Info.plist in Xcode?