Skip to content

[SECURITY VULNERABILITY] "updateUser" endpoint needs form validation #50

Description

@connoro7

It's possible to send a request to the API endpoint at /api/users/profile with malformed or malicious values, such as:

  • {"email":" "}
  • {"password":"\n"}
  • {"email":"}{/*Malicious code*/}"

TODO:

Add form validation to user update endpoint

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions