ANSSI-FR / ultrablue

User-friendly Lightweight TPM Remote Attestation over Bluetooth
Apache License 2.0
163 stars 10 forks source link

Firebase request in logcat #5

Open kerneis-anssi opened 2 years ago

kerneis-anssi commented 2 years ago

I see the following in logcat:

2022-07-28 17:09:32.961 29017-29216/fr.gouv.ssi.ultrablue D/TransportRuntime.CctTransportBackend: Making request to: https://firebaselogging.googleapis.com/v0cc/log/batch?format=json_proto3

Why is this happening? We shouldn't make requests to external servers.

kerneis-anssi commented 2 years ago

I suspect this may be due to the QRCode scanning library.

kerneis-anssi commented 2 years ago

Potentially related, see the following line:

2022-07-28 17:17:09.031 29017-29216/fr.gouv.ssi.ultrablue D/TransportRuntime.SQLiteEventStore: Storing event with priority=DEFAULT, name=FIREBASE_ML_SDK for destination cct

in https://github.com/ANSSI-FR/ultrablue/pull/4#issuecomment-1198300623