You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all 👋 I have a question about how one is expected to connect a VTL resolver to RDS. There does not seem to be any way to execute a parameterised query. Without this all but the most simple queries cannot be executed in VTL. While there is a variableMap field which looks like it should be parameterised, it simply concatenates the strings and is just as vulnerable to SQLI. There is a broad misconception about this in the community (#60 (comment)) as this separation is the standard way of parametrising queries in all other SQL libraries. What is the suggested way for parameterising queries and preventing SQLI in AppSync?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all 👋 I have a question about how one is expected to connect a VTL resolver to RDS. There does not seem to be any way to execute a parameterised query. Without this all but the most simple queries cannot be executed in VTL. While there is a
variableMap
field which looks like it should be parameterised, it simply concatenates the strings and is just as vulnerable to SQLI. There is a broad misconception about this in the community (#60 (comment)) as this separation is the standard way of parametrising queries in all other SQL libraries. What is the suggested way for parameterising queries and preventing SQLI in AppSync?Beta Was this translation helpful? Give feedback.
All reactions