tweaselORG / TrackHAR

Library for detecting tracking data transmissions from traffic in HAR format.
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Back up non-obvious reasoning with research #9

Open zner0L opened 1 year ago

zner0L commented 1 year ago

For now, #2 just imported the adapters from https://github.com/baltpeter/thesis-mobile-consent-dialogs without documentation or testing. We need to provide that. Some of the non-obvious mappings have been mentioned in the PR discussions:

baltpeter commented 10 months ago

Here's a checklist of all adapter to tick of those we've checked based on our new guidelines:

baltpeter commented 10 months ago

Queries that I've found useful for adapter work:

baltpeter commented 9 months ago

MoPub is not active anymore (https://www.applovin.com/blog/applovins-acquisition-of-mopub-has-officially-closed/, https://data.tweasel.org/data?sql=select+count%281%29+count%2C+endpointUrl%2C+min%28startTime%29+earliest%2C+max%28startTime%29+latest%2C+group_concat%28distinct+platform%29+platforms%2C+group_concat%28distinct+dataset%29+datasets+from+requests+where+host+like+%27%25mopub%25%27%0D%0Aand+not+endpointUrl+like+%27%25.jpeg%27+and+not+endpointUrl+like+%27%25.png%27+and+not+endpointUrl+like+%27%25.mp4%27+and+not+endpointUrl+like+%27%25.html%27+and+not+endpointUrl+like+%27%25.js%27%0D%0Agroup+by+endpointUrl+order+by+count+desc) and already reasonably well documented, so I'll just leave that as-is.