logoalt Hacker News

dvhtoday at 6:01 PM1 replyview on HN

Kids in the '90s:

  SQL("select * from user where name = " + name);
Kids in the '20s:

  div.innerHTML = "Hello " + user.name;

Replies

Legend2440today at 9:38 PM

Kids in the '30s:

  "Summarize this email:  " + email.contents
Prompt injection is just the same problem on a new technology. We didn't learn anything from the 90s.