shridhar-tl / hackathon2024-idea4-react

Contains sample react project for hackathon demo
0 stars 0 forks source link

The search box allows vulnerable text #2

Closed loki-msk closed 1 week ago

loki-msk commented 1 week ago

The search box is susceptible to vulnerabilities such as SQL injection, cross-site scripting (XSS), and command injection, allowing malicious users to input harmful code or commands. This can compromise the integrity of the application, leading to unauthorized data access or manipulation. It is crucial to implement proper input validation and sanitization to mitigate these risks and ensure the security of the application.

shridhar-tl commented 1 week ago

PR Raised and here is the link: https://github.com/shridhar-tl/hackathon2024-idea4-react/pull/6