I set the session tag with “ALTER SESSION SET QUERY_TAG = ‘%s’;”; but i get from VERACODE sql injection issue and to resolve that issue i need to use a prepared statement. but Snowflake for now doesn’t support the prepared statement for ALTER.
Do they intend to support that, if yes when, and if not how i resolve that issue in Veracode?
i tried to use a prepared statement, but I got ‘?’ as the tag name