PrivacyScore / privacyscanner

Privacyscanner is the new scanning backend component of a future PrivacyScore version
MIT License
20 stars 11 forks source link

Add .DS_Store check to serverleaks module #2

Closed maltekrupa closed 6 years ago

maltekrupa commented 6 years ago

As requested in https://github.com/PrivacyScore/PrivacyScore/issues/42:

Checking for Bud1 (the magic number) seems to be the easiest way to identify the .DS_Store files.

Should this also be added to https://github.com/PrivacyScore/PrivacyScore/blob/master/privacyscore/test_suites/serverleak.py?

hprid commented 6 years ago

Thank you for your contribution. I would be nice to also port this to PrivacyScanner, since we plan to replace the queuing in PrivacyScore (currently a Celery backend) with PrivacyScanner and to remove the scan modules from PrivacyScore afterwards.