wordfence / wordfence-cli

Wordfence malware and vulnerability scanner command line utility.
https://www.wordfence.com/products/wordfence-cli/
GNU General Public License v3.0
100 stars 20 forks source link

Further improved symlink handling for malware scans #208

Closed akenion closed 8 months ago

akenion commented 8 months ago

The only reasonable solution I see to this problem is to actually track which files have already been scanned. I have implemented this in a way that should be very efficient (especially in terms of memory) using a tree-set designed specifically for paths. We should confirm that scan performance is not impacted significantly by this change, particularly when scanning larger filesystems.

Resolves #207