Fix PR review findings

- Replace copy-pasted New Relic URLs in Resend third-party entry
  with correct resend.com URLs and drop inapplicable fields
- Escape single '%' instead of '%%' in LIKE pattern conversion so
  literal percent signs are not treated as wildcards
- Return actual row ID from CommonTrackerPattern.Upsert via
  RETURNING id so conflict-path callers get the existing ID
- Add ORDER BY id ASC to vendor-by-common-third-party query for
  deterministic LIMIT 1 selection

Signed-off-by: Émile Ré <emile@getprobo.com>
Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
Émile Ré
2026-05-14 14:10:41 +04:00
committed by Émile Ré
parent f52a4746fd
commit a16821802e
5 changed files with 27 additions and 19 deletions

View File

@@ -1752,15 +1752,12 @@
"CCPA",
"Data Privacy Framework (DPF)"
],
"securityPageUrl": "https://newrelic.com/security",
"privacyPolicyUrl": "https://newrelic.com/termsandconditions/privacy",
"termsOfServiceUrl": "https://newrelic.com/termsandconditions/terms",
"serviceLevelAgreementUrl": "https://docs.newrelic.com/docs/licenses/license-information/referenced-policies/service-level-availability-commitment/",
"dataProcessingAgreementUrl": "https://newrelic.com/sites/default/files/2023-11/New_Relic_GDPR_DPA_SCCs_Oct_2023_presigned.pdf",
"subprocessorsListUrl": "https://newrelic.com/sub-processors",
"businessAssociateAgreementUrl": "https://newrelic.com/termsandconditions/hipaabaafaq",
"trustPageUrl": "https://newrelic.com/security",
"statusPageUrl": "https://status.newrelic.com/",
"securityPageUrl": "https://resend.com/security",
"privacyPolicyUrl": "https://resend.com/legal/privacy-policy",
"termsOfServiceUrl": "https://resend.com/legal/terms-of-service",
"dataProcessingAgreementUrl": "https://resend.com/legal/dpa",
"subprocessorsListUrl": "https://resend.com/legal/subprocessors",
"trustPageUrl": "https://resend.com/security",
"domains": [
"resend.com"
]