Results 9 issues of Doug Leith

See https://www.scss.tcd.ie/Doug.Leith/pubs/contact_tracing_nongaen_app_traffic_techreport.pdf

See https://www.scss.tcd.ie/Doug.Leith/pubs/contact_tracing_nongaen_app_traffic_techreport.pdf

The app sends the DiD value in the clear in Bluetooth frames. This value is linked to the phone number and device Android ID and so acts as long-lived, persistent...

Function pushDataToServer() function in FcmMessagingService.java implements functionality whereby receipt of an appropriate push message from the server causes the app to respond by uploading the stored bluetooth/location data to the...

Upon launch the app makes a request to: fp.swaraksha.gov.in/api/v1/users/status The response is json and if the "p" key value is 1 then the app responds by silently uploading all of...

Upon launch of the app the user's location is silently shared with the central server, with no dialogue or popup raised notifying the user of this or asking for their...

In: https://github.com/tensorflow/federated/blob/main/tensorflow_federated/tools/python_package/build_python_package.sh the glibc version is hard-coded to 2.31 in the option "--plat-name=manylinux_2_31_x86_64". that results in the built wheel not being installable on machines with older versions of glibc. the...

bug

The install instructions here https://www.tensorflow.org/federated/install, use: pip install --upgrade tensorflow-federated but this is a v old version of tensorflow-federated that requires tensorflow 2.9 and suffers from a bunch of package...

bug

Has anyone managed to figure out what the content of the binary blob returned by DroidGuard (and sent to Google servers) actually is? The stuff I find online is mostly...