▲ | jeremy_k 3 days ago | |||||||
What kind of security issues are you thinking about? I'm generating UI components like Selects for certain data types or Charts of data. | ||||||||
▲ | dghlsakjg 3 days ago | parent | next [-] | |||||||
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. | ||||||||
| ||||||||
▲ | croes 3 days ago | parent | prev [-] | |||||||
Do these components have JS, do they have npm dependencies? Since AI slopsquatting is a thing | ||||||||
|