nextcloud / files_antivirus

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

Feature request: mark and log infected files. #295

Open tx0h opened 8 months ago

tx0h commented 8 months ago

Hello,

there are two options how to handle 'infected' with files_antivirus by now. option 1: delete the 'infected' file option 2: write about the 'infected' file in a log file

option 1 means, you risk to delete false flagged files and option 2 means, you need to take attention to an endless stream of log entries while the 'infected' file still resides in the cloud.

here is the 3rd option + the pull request:

Added infectedAction option 'Mark and log', which marks (renames) 'infected' files. This patch can easily modified to move 'infected' files into a quarantine folder. Translations are incomplete.

this option adds a string to the 'infected' files file name to mark it as infected. the users are now obviously warned about the suspected nature of the file.

best.

github-actions[bot] commented 8 months ago

Hello there, Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

We hope that the reviewing process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR reviewing process.

Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6

Thank you for contributing to Nextcloud and we hope to hear from you soon!

melroy89 commented 6 days ago

Any update?