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
Table/column identifiers are string-interpolated in the upsert path (developer-controlled, not user input). Fix: validate identifiers against ^[A-Za-z0-9_]+$ before use.
Table/column identifiers are string-interpolated in the upsert path (developer-controlled, not user input). Fix: validate identifiers against ^[A-Za-z0-9_]+$ before use.