alitheg commented on issue #601: URL: https://github.com/apache/tooling-trusted-releases/issues/601#issuecomment-3846891950
In this case, doesn't `util.url_for` already handle this? I can see it uses quart's handling for URL construction which looks like it makes the params safe already. In `download.py`, the only URL I can see being constructed from an f-string is actually building it by using the result of `url_for` in an f-string. Is this is right then the only URL I can see being constructed against this pattern is in `get/upload.py` where we build `stage_url` and `finalise_url` without using the util method. Should be an easy fix if so? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
