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

User search input validation and security measures #30

Open
jenanemone opened this issue Jul 3, 2023 · 1 comment
Open

User search input validation and security measures #30

jenanemone opened this issue Jul 3, 2023 · 1 comment

Comments

@jenanemone
Copy link

As a Social-Plan-It developer, I need to prevent malicious attacks through our search functionality by adding security measures.

Acceptance criteria:

  1. For validating: a basic regular expression preventing specific characters will screen the user input. At bare minimum, the expression(s) will limit accepted user input to basic numbers and alphabetical characters. I suggest something akin to the following: ^[a-zA-Z0-9\s.,!?()-]*$
  2. Other measures as necessary for the system to prevent malicious activity.
@eiffelwong1
Copy link
Contributor

can look into input sanitation is provided by remix

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

2 participants