Kids in the '90s:
SQL("select * from user where name = " + name);
Kids in the '20s: div.innerHTML = "Hello " + user.name;Kids in the '90s:
SQL("select * from user where name = " + name);
Kids in the '20s: div.innerHTML = "Hello " + user.name;
Kids in the '30s:
Prompt injection is just the same problem on a new technology. We didn't learn anything from the 90s.