PostgreSQL
Relationships and Constraints
Normalization
Joins
JDBC
SQL Injection2
IoC & DI
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
Implementation plan:
- What is SQL injection — demo with a vulnerable query
- How string concatenation enables injection
- Real-world impact of SQL injection
PreparedStatement — parameterized queries
- How prepared statements prevent injection
- Refactoring vulnerable code to use prepared statements
- Exercise: identify and fix SQL injection vulnerabilities
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.