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

[web] Fix variable collision in API #674

Merged
merged 1 commit into from
Oct 14, 2023
Merged

Conversation

FestplattenSchnitzel
Copy link
Member

Due to the migration to webargs, request args are no longer attributes of the args object but function parameters. During the migration, args. have simply been stripped from the paramters without proper checking whether variables with the same name are already in use, causing a varible collision i.e. an unintended override.

Due to the migration to webargs, request args are no longer attributes
of the `args` object but function parameters.  During the migration,
`args.` have simply been stripped from the paramters without proper
checking whether variables with the same name are already in use,
causing a varible collision i.e. an unintended override.
@ibot3 ibot3 merged commit 545e577 into develop Oct 14, 2023
7 checks passed
@FestplattenSchnitzel FestplattenSchnitzel deleted the webargs2_fix_variable_collision branch January 14, 2024 13:53
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.

2 participants