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

Don't force fuzzing auth headers for API endpoints #17355

Conversation

artem-smotrakov
Copy link
Contributor

I noticed that the OpenAPI plugin forces fuzzing for auth headers. For example, it can happen if the API spec defines authentication with API keys passed in a header. Usually, a user provides such an auth header which then should be included to all HTTP request without any modification. So, it doesn't make much sense to force fuzzing for this header.

This patch fixes this issue. It updates RequestFactory to filter out auth headers.

@artem-smotrakov
Copy link
Contributor Author

I missed one thing - let me re-create the pull request.

@artem-smotrakov
Copy link
Contributor Author

Please review #17358

@artem-smotrakov artem-smotrakov deleted the openapi-better-header-fuzzing branch October 23, 2018 14:16
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