nus-cs3281 / 2019

0 stars 1 forks source link

SQL Injections and how to protect your app #52

Open AyushChatto opened 5 years ago

AyushChatto commented 5 years ago

WIIFY: SQL Injections are the most prevalent form of attacks on websites, and they are fairly easy to guard against, and there is a strong financial incentive for all developers to do so.

Key Points: SQL Injection is very prevalent, can cause a wide variety of harms to your app, and can easily be guarded against.

Impact: Audience takes measures to sanitise inputs and protect themselves from SQL Injections.

Round B: Lightning Talks SQL Injection.pptx

Round C: SQL Injection Attacks.pptx