Skip to content

Security and error handling #1

@fawredd

Description

@fawredd
  • Data validation or sanitization: validate and sanitize inputs before using them.
  • Sql inyection: posible solution using prepared statements to safely bind user input.
  • Error handling from database operations: posible solution implementing error handling using try-catch blocks or checking the success of the database operations.
  • Session security

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