Stefan Friese
11 April, 2024
An SQL injection occurs when two things come together.
An SQL Query as a string embedded in other languages
User input is possible as a string and is a part of said SQL query
'
1=1
-- -
Numbers as strings is an SQLite specific thing
Use the provided example inside this presentation’s repository. There is a readme which guides you through the setup.