You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We did a DataTheorem scan of our app and it identified unsafe implementation & HostnameVerifier
The following classes within the App define an insecure HostnameVerifier) that disables SSL hostname validation:
io.sentry.connection.HttpConnection$1
Regardless of whether the affected classes are actually used at runtime or not, Google Play is blocking any App that defines such an insecure HostnameVerifier, as detailed on Google’s support page :
“Beginning March 1, 2017, Google Play will block publishing of any new apps or updates that use an unsafe implementation of HostnameVerifier.”
The text was updated successfully, but these errors were encountered:
OS:
Platform:
SDK:
@sentry/react-native
react-native-sentry
SDK version: 1.2.1
react-native
version: 0.61.4Are you using Expo?
Are you using sentry.io or on-premise?
Configuration:
We did a DataTheorem scan of our app and it identified unsafe implementation & HostnameVerifier
Regardless of whether the affected classes are actually used at runtime or not, Google Play is blocking any App that defines such an insecure
HostnameVerifier
, as detailed on Google’s support page :The text was updated successfully, but these errors were encountered: