Files
probo/packages/third-parties
Émile Ré a16821802e 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>
2026-05-18 19:05:08 +04:00
..
2026-05-13 21:21:39 +02:00
2026-05-13 21:21:39 +02:00
2026-05-18 19:05:08 +04:00
2026-05-13 21:21:39 +02:00
2026-05-13 21:21:39 +02:00
2026-05-13 21:21:39 +02:00

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 thirdParty
  • legalName: Legal business name
  • websiteUrl: ThirdParty's website
  • privacyPolicyUrl: URL to privacy policy
  • termsOfServiceUrl: 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.