How to Prevent SQL Injection Attacks in Node.js

preview_player
Показать описание


00:00 - Intro
00:30 - What are SQL Injection Attacks
01:00 - Demo Setup
03:00 - Examples of SQL Injection Attacks
06:00 - Prevent multiple statements
07:00 - Use placeholders for user input
08:20 - Input validation
11:00 - Wrap up

📚 Learn more about PlanetScale

——————————————————

💬 Follow PlanetScale on social media
Рекомендации по теме
Комментарии
Автор

Hey man, you are amazing, thanks for the excellent explanation, everything seems to be so easy. What theme are you using?

marcionitao
Автор

Thanks for this detailed video, appreciate it 👍

toshitsingh
Автор

I use Monggose ORM to inetract with MongoDB database. Is it enough too make my app immune to NoSql Injection?

deepeshpakhare
Автор

Sir, I have a question. Can you please answer? Here you have talked about 3 techniques to prevent sql injections. But if we use only the placeholders using the '?' sign, then do we need to apply the other 2 techniques? Isn't using placeholders enough to prevent sql injections?

shadmanfatin
Автор

if use ? right, at the time we need to use only one params right, if we need to check more than one it will execute or what.

karthikeyasoft