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
fix(salesforce,google_contacts): sanitize SOQL field lists, warm contact search cache
- validate fields/orderBy as dotted SOQL paths (depth <= 5) instead of a
charset allowlist, so a space-separated clause cannot be appended
- clamp limit to the REST query resource's 1-2000 batch ceiling
- drop unreachable !response.ok branches in the update_* tools
- send the documented warmup request before people.searchContacts
- clamp pageSize per operation (list 1000, search 30)
'Results for the requested vertical: [{title, link, snippet, position, date, imageUrl, thumbnailUrl, source, channel, rating, ratingCount, address, latitude, longitude, category, phoneNumber, website, price, delivery, duration}]. Only title and position are always present; the rest depend on the vertical'
115
+
},
110
116
knowledgeGraph: {
111
117
type: 'json',
112
118
description: 'Google knowledge panel. Web search vertical only, when Google renders one',
0 commit comments