microsoft / appcenter-sdk-android

Development repository for the App Center SDK for Android
Other
279 stars 134 forks source link

Migrate to java.security.Random instead #1728

Closed MikhailSuendukov closed 2 months ago

MikhailSuendukov commented 3 months ago

Description

The "Insufficiently Random Values" alert references the HttpClientRetryer file, which uses random values in a non-security context, specifically for creating timeouts for retries. But to avoid this warning, we migrate to java.security.Random package.

Related PRs or issues

Issue: #1032 AB#107228

Build succeed