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

Unresolved requests are counted in False Negative tests #259

Open
marioskourtesis opened this issue Oct 18, 2024 · 0 comments
Open

Unresolved requests are counted in False Negative tests #259

marioskourtesis opened this issue Oct 18, 2024 · 0 comments

Comments

@marioskourtesis
Copy link

When using the flag NonBlockedAsPassed requests that didn't result to 403 are counted as passed (i.e 5XX errors).
However, in true negative tests, the requests which were in this category (5xx errors, unresolved) are added as well in the score of the failed negative tests which is not correct.
True-Negative tests that resulted in an application error, should not be counted as failed since they didn't trigger a 403 WAF response.

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