Abhishekmishra2808 commented on issue #554:
URL: 
https://github.com/apache/tooling-trusted-releases/issues/554#issuecomment-3799929615

   @sbp I reviewed atr/construct.py and confirmed multiple taint paths. 
Untrusted values such as `committee.display_name`, 
`project.short_display_name`, `user-provided fields`, and `checklist_content` 
are substituted into Markdown using raw `.replace()` with no escaping in 
`announce_release_subject_and_body`, `checklist_body`, and 
`start_vote_subject_and_body`. Injected HTML (e.g. <script>…</script>) 
propagates unchanged into the generated Markdown and would execute once 
rendered to HTML. This confirms the class-level issue rather than a single 
instance.


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