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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This would really help in safeguarding against injection attacks -- as in this contrived example below. Where route.id could be written in a malicious way.
// Perform another account query
let accountRecordUpdated = await query(
`SELECT Id, Name, SLA__c FROM Account WHERE Id = '${route.id}'`,
oauth
)