What happened?
Feedback email field in feedback.yml issue template promises "Never shared" but writes the email into the public issue body. Anyone visiting the repo can scrape user emails.
Steps to reproduce (if you know them)
- Open https://github.com/AIOSAI/AIPass/issues/new/choose
- Pick "Feedback"
- Fill in the optional Email field
- Submit
- Email appears in plain text in the public issue body
Environment
n/a — affects all users of the feedback form
Error output (if any)
Anything else?
Fix: remove the email field entirely. GitHub issue forms have no private-field support — anything submitted goes into the public body. Track via PR.
What happened?
Feedback email field in feedback.yml issue template promises "Never shared" but writes the email into the public issue body. Anyone visiting the repo can scrape user emails.
Steps to reproduce (if you know them)
Environment
n/a — affects all users of the feedback form
Error output (if any)
Anything else?
Fix: remove the email field entirely. GitHub issue forms have no private-field support — anything submitted goes into the public body. Track via PR.