nextcloud / files_antivirus

👾 Antivirus app for Nextcloud Files
https://apps.nextcloud.com/apps/files_antivirus
GNU Affero General Public License v3.0
84 stars 35 forks source link

verify that a file is a accessible before scanning it #157

Closed icewind1991 closed 4 years ago

icewind1991 commented 4 years ago

in case a storage is shadowing an existing folder, getById can return items that aren't accessible

a different, long term, solution would be to change the File implementation to allow it to access the shadowed files but that would require much bigger changes.