来自 Play 商店的意图重定向漏洞警告

问题描述

要确认您已正确升级,请提交更新版本 将您的应用发送到 Play 管理中心,然后在 5 小时后回来查看。好 如果应用未正确更新,则显示警告消息。

虽然这些漏洞可能不会影响每个应用程序,但最好 及时了解所有安全补丁。

如果您对该漏洞有技术问题,可以发帖 到 Stack Overflow 并使用标签android-security”。为了 澄清解决此问题所需采取的步骤,您可以 联系我们的开发者支持团队。

最好,

Google Play 团队

请在下面检查我的依赖项

依赖项{

implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.work:work-runtime:2.5.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'

//play services
implementation 'com.google.android.gms:play-services-analytics:17.0.0'
implementation 'com.google.android.gms:play-services-location:18.0.0'
implementation 'com.google.android.gms:play-services-auth:19.0.0'
implementation 'com.google.android.gms:play-services-auth-api-phone:17.5.1'
implementation 'com.google.android.play:core:1.10.0'

// retrofit
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
implementation 'com.squareup.retrofit2:converter-gson:2.4.0'
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.3.0'
implementation 'com.squareup.okhttp3:logging-interceptor:4.2.1'

implementation group: 'com.google.code.gson',name: 'gson',version: '2.8.5'

//Third Party
implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.22'
implementation 'com.razorpay:checkout:1.6.10'
implementation 'com.github.bumptech.glide:glide:4.12.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation 'de.hdodenhof:circleimageview:3.1.0'
implementation 'com.applozic.communication.uiwidget:mobicomkitui:5.96.1'
implementation 'io.agora.rtc:full-sdk:3.0.1'

//firebase
implementation 'com.google.firebase:firebase-core:19.0.0'
implementation 'com.google.firebase:firebase-crashlytics:18.0.1'
implementation 'com.google.firebase:firebase-analytics:19.0.0'
implementation 'com.google.firebase:firebase-messaging:22.0.0'

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'


implementation 'com.google.android.libraries.places:places:2.4.0'

}

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)