Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Path Traversal Reduce Noise Fix#34

Merged
payoub125 merged 1 commit intodevelopfrom
path-traversal-fp-fix
Apr 23, 2025
Merged

Path Traversal Reduce Noise Fix#34
payoub125 merged 1 commit intodevelopfrom
path-traversal-fp-fix

Conversation

@payoub125
Copy link
Copy Markdown
Contributor

Overview

We are seeing a high number of false positives due to the server returning a generic error page for invalid paths. These error pages differed significantly in size from the homepage and didn’t include redirect responses, which meant that our False Positive detection methods didn't pick them up

To address this, we now test a random path and use its response as a baseline to identify and filter out false positives. This approach should significantly reduce the noise in our results.

@payoub125 payoub125 merged commit 6cabb93 into develop Apr 23, 2025
9 checks passed
@payoub125 payoub125 deleted the path-traversal-fp-fix branch May 7, 2025 13:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants