andrewmusselman commented on code in PR #336:
URL: 
https://github.com/apache/tooling-trusted-releases/pull/336#discussion_r2594669853


##########
atr/post/draft.py:
##########
@@ -186,11 +159,11 @@ async def hashgen(session: web.Committer, project_name: 
str, version_name: str,
 
 
 
@post.committer("/draft/sbomgen/<project_name>/<version_name>/<path:file_path>")
[email protected]()
 async def sbomgen(session: web.Committer, project_name: str, version_name: 
str, file_path: str) -> web.WerkzeugResponse:
     """Generate a CycloneDX SBOM file for a candidate draft file, creating a 
new revision."""
     await session.check_access(project_name)
 
-    await util.validate_empty_form()

Review Comment:
   @sbp I remember taking some validation out because things are validated 
elsewhere, checking this is correct.



-- 
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]

Reply via email to