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

Query Parameters Not Properly Encoded #66

Open
marvillage opened this issue Oct 23, 2024 · 2 comments
Open

Query Parameters Not Properly Encoded #66

marvillage opened this issue Oct 23, 2024 · 2 comments

Comments

@marvillage
Copy link

The query_params argument is passed directly to the Request constructor without encoding. If query_params is a dictionary, it needs to be converted to a query string format before being set as the query_string.

@suryabulusu
Copy link
Contributor

The code has been working for a while and we didn't notice any bugs. Can you try attacking and breaking the system? I can share env details if you are interested! Thanks!

@marvillage
Copy link
Author

marvillage commented Oct 27, 2024 via email

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

2 participants