Does version need to be live to check if TrustManager error is fixed?

274 Views Asked by At

I'm experiencing the problem

Your app is using an unsafe implementation of the X509TrustManager interface with an Apache HTTP client, resulting in a security vulnerability. Please see this Google Help Center article for details, including the deadline for fixing the vulnerability.

I needed to break my app's code to (i think) fix the problem. I need to know if the change is working, if so I'll fix the other problems the fix caused. If I upload the build to production using timed publishing but don't make the build live will it tell me if the error affects that build # in the popup error message?

1

There are 1 best solutions below

0
On BEST ANSWER

Builds submitted using timed publishing will be flagged if they are affected.