|
|
|
|
|
by dghlsakjg
303 days ago
|
|
User input is a notoriously thorny area. If you aren't sanitizing and checking the inputs appropriately somewhere between the user and trusted code, you WILL get pwned. Rails provides default ways to avoid this, but it makes it very easy to do whatever you want with user input. Rails will not necessarily throw a warning if your AI decides that it wants to directly interpolate user input into a sql query. |
|
I get what you're saying that AI could write something that executes user input but with the way I'm using the tools that shouldn't happen.