andrewmusselman opened a new issue, #773: URL: https://github.com/apache/tooling-trusted-releases/issues/773
**Source:** ASVS 2.2.2 Finding 3 **CWE:** CWE-20 (Improper Input Validation) **Location:** `atr/storage/writers/vote.py`, lines 195–222 #### Description The `format_vote_email_body()` function constructs email content from user-provided inputs (`fullname`, `comment`) without sanitization before sending to mailing lists. Newline characters could enable email header injection or content spoofing in mailing list archives. #### Recommendation - Add `audit_guidance` comment telling it that all mail is sent through `atr.mail` -- 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]
