Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task: Add input sanitization where needed #216

Open
iolyd opened this issue Oct 8, 2023 · 0 comments
Open

Task: Add input sanitization where needed #216

iolyd opened this issue Oct 8, 2023 · 0 comments
Assignees

Comments

@iolyd
Copy link
Member

iolyd commented Oct 8, 2023

Task Description

Some user inputs should be properly sanitized to avoid malicious entries in the database. This concern applies solely to inputs displayed back to users using {@html} (dangerously set html) or markdown contents.

To do

  • Determine if sanitization should be at the ORM level or at Zod schemas' level (using transforms)
  • Implement required helpers
  • Add where needed across app forms
@iolyd iolyd self-assigned this Oct 8, 2023
@iolyd iolyd added the priority label Oct 8, 2023
@iolyd iolyd removed the priority label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant