In Progress
Status Update
Comments
dh...@google.com <dh...@google.com>
ba...@google.com <ba...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
rm...@google.com <rm...@google.com> #3
One more detail, Data Layer event calls from the watch to the phone (running Android 13) do work on if the listener is in an Activity or Fragment.
th...@drillster.com <th...@drillster.com> #4
Also, I'm seeing this message in the Logcat:
"2022-06-12 18:47:15.156 1841-4562/? W/PackageManager: Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER"
"2022-06-12 18:47:15.156 1841-4562/? W/PackageManager: Intent does not match component's intent filter: Intent { act=com.google.android.gms.wearable.BIND_LISTENER"
Description
"One of the starting URLs is mapped to an IP address that is not reserved as static for this project; please check its DNS settings and External IP addresses section."
Both the IPv4 and IPv6 addresses are global addresses, reserved and static. I am the verified owner of the domain. If I remove the IPv6 frontend from the load balancer and the AAAA DNS entry, the security scan works normally.
I expect the scan to work using both the IPv4 and IPv6 address.
Steps to reproduce:
- Create a GCP project that serves a web page behind a Global Load Balancer using a static, reserved IPv4 address. Ensure that there is an "A" DNS record and a valid SSL certificate.
- Run the Web Security Scanner using the root URL as a starting point (e.g. "
- Reserve a global static IPv6 address and create a corresponding AAAA record for the same hostname. Add this address as a load balancer frontend for the project. Verify that the web project is now accessible via both IPv4 and IPv6.
- Run the Web Security Scanner again and notice that it refuses to start. The aforementioned error message is displayed.
- Remove the AAAA DNS record and IPv6 frontend from the load balancer. Try running the Web Security Scanner again and notice that it works again.