Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 659 Bytes

File metadata and controls

23 lines (13 loc) · 659 Bytes

SQL Injection Demo

This project demonstrates a simple web application with two versions: a vulnerable version and a secure version. The application includes a login functionality and is designed to illustrate the risks of SQL Injection and how to mitigate them.

Versions Included

1. Vulnerable Version

  • This version contains code that is prone to SQL Injection due to unsafe handling of user inputs.
  • Location: vulnerable-code/src

2. Secure Version

  • This version implements secure coding practices to prevent SQL Injection attacks.
  • Location: secure-version/src

Requirements

  • Java EE
  • Apache Tomcat Server
  • MySQL Database