Skip to content

Sanitize/validate user input #23

Description

@katerib

we have no user input validation process right now which could be a security risk when we deploy

users shouldn't be adding a ton of text to the input, so we should enforce additional character limits, type enforcement, etc... possibly with WTForms and/or regex (could help with the isotope formatting for the search bar). I know we have some but to be thorough. then also sanitize input to prevent XSS (use bleach?)

(?) + Flask-WTF for CSRF protection

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