- 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>
ThirdParties library
A curated collection of software thirdParty information for use in thirdParty management and compliance activities.
Overview
This package provides a structured dataset of software thirdParties and service providers with comprehensive metadata including:
- Basic thirdParty information (name, website, description)
- Legal documentation URLs (privacy policy, terms of service, etc.)
- Compliance certifications
- Security information
Data Structure
Each thirdParty entry follows the structure defined in data.d.ts, including fields for:
name: Display name of the thirdPartylegalName: Legal business namewebsiteUrl: ThirdParty's websiteprivacyPolicyUrl: URL to privacy policytermsOfServiceUrl: URL to terms of service- And many more compliance-related URLs and metadata
See data.d.ts for the complete type definition.
Building the Markdown Documentation
To generate the VENDORS.md documentation file from the data:
npm run build:md
License
CC BY-SA 4.0 - See LICENSE.md for details.