Skip to content

fix: only skip paths with catch-all redirect (v2.0.5)#6

Merged
devploit merged 1 commit intomainfrom
devploit/fix-false-positives
Feb 4, 2026
Merged

fix: only skip paths with catch-all redirect (v2.0.5)#6
devploit merged 1 commit intomainfrom
devploit/fix-false-positives

Conversation

@devploit
Copy link
Owner

@devploit devploit commented Feb 4, 2026

Summary

  • Only skip paths that redirect to the SAME destination as the random probe (catch-all)
  • Other redirects (like /admin -> /admin/login) are now followed and checked
  • Fixes issue where all redirecting paths were being skipped

🤖 Generated with Claude Code

Previously all redirecting paths were skipped. Now only paths that
redirect to the SAME destination as the random probe are filtered.
Other redirects (like /admin -> /admin/login) are followed and checked.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@devploit devploit merged commit c559601 into main Feb 4, 2026
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

Successfully merging this pull request may close these issues.

1 participant