gnodet opened a new pull request, #12624: URL: https://github.com/apache/maven/pull/12624
## Summary Forward-port of #12623 from `maven-4.0.x` to `master`. Removes the unsafe include-based directory pre-filtering optimization from `PathSelector.DirectoryPrefiltering`. Using exclude filters for directory traversal is safe, but using include filters causes false negatives because parent directories need to be traversed before matching children. Cherry-pick applied cleanly with no conflicts. Author: Martin Desruisseaux (@desruisseaux) 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
