sbp commented on issue #1015: URL: https://github.com/apache/tooling-trusted-releases/issues/1015#issuecomment-4178721451
The issue text mentions "the 8 API endpoints that use session cookie authentication", but not API endpoints use session cookie authentication. Moreover, we use `common.parse_body` in the API's `typed` route decorator, and that function calls `quart.request.get_json()` which also validates the JSON, so whether Quart Schema even validates JSON correctly or not is moot. In any case, I confirmed that `quart_schema.validate_request` does validate JSON itself, also via `[quart.]request.get_json()`. -- 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]
