You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Social-Plan-It developer, I need to prevent malicious attacks through our search functionality by adding security measures.
Acceptance criteria:
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.,!?()-]*$
Other measures as necessary for the system to prevent malicious activity.
The text was updated successfully, but these errors were encountered:
As a Social-Plan-It developer, I need to prevent malicious attacks through our search functionality by adding security measures.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: