prosyslab-classroom / cs348-information-security

60 stars 10 forks source link

[Art competition] SQL Injection #338

Open JOYB28 opened 1 year ago

JOYB28 commented 1 year ago

Name: Yoonseo Kim

Short Description

For me, SQL Injection means A jigsaw puzzle piece with bomb on it on the puzzle.

Long Description (up to 3 sentences)

SQL injection is like putting a piece of puzzles with a bomb in it. Attackers attack security vulnerabilities by injecting bomb-like SQL statements inside requests. To prevent SQL Injection, we need to check that the request (puzzle) does not have hazards (bombs).

KihongHeo commented 1 year ago

Nice try. Does the bomb explode once the puzzle is completed?