Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ignored_paths false positives #76

Open
athompson-a2 opened this issue Nov 4, 2024 · 0 comments
Open

ignored_paths false positives #76

athompson-a2 opened this issue Nov 4, 2024 · 0 comments

Comments

@athompson-a2
Copy link

athompson-a2 commented Nov 4, 2024

I noticed today that a customer's WP installation wasn't getting found. Verbose output found the following:

[0:00:39] Matched ignored path. Skipping recursion into '/home/username/wpblogs/'

This seems to be matching "logs/" in ignored_path. This might have broken with #67 . Previously the line would have been /logs/, but something in the way it's looking now it's not using the preceding directory separator when matching. "blogs" is a pretty common directory for WP sites. I could also see "js/" resulting in false positives with the current way this is matching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant