Seed common_tracker_patterns from Open Cookie Database (2300 patterns with max_age_seconds where available). Add domain aliases to all 92 vendors in data.json. Extend third-parties import to upsert domain aliases. Add dedicated import command for tracker patterns with third-party name cache. 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.