Git Product home page Git Product logo

gdpr-tracker-ed's Introduction

ComplianceRank is a crowdsourced directory that makes it easier for companies and consumers to keep track of the data handling practices of their subcontractors and cloud services in real-time.

This repository holds all the services displayed in the directory. We strongly believe that data handling practices should be easily available to business & customers.

You can add a service by following the contribution guidelines.

Format

We use JSON Schema to validate the data and to maintain a high level of data quality. Please find the schema at the following location.

Field Type Format Required Options Description
id string * Unique id to identify the company
name string * Name of the company
description string * Description of the service
website string url * Website of the service
applicationUrl string url * Application of the service
categories array * Categories that the service belongs to
iconUrl string url * URL to the icon of the service (recommended size 400x400px). Must be HTTPS
countryHQ string ISO ALPHA-2 code * Country of HQ
gdprReadyStatus enum * unknown
inProgress
ready
nonCompliant
GDPR readiness status of this service
privacyUrl string url Link to privacy policy
dsarUrl string url Data Subject Access Rights Form URL
dpaUrl string url Data Processing Agreement URL
subprocessorsUrl string url Subprocessors overview URL
dataCenters array Locations where data is hosted
hostingProviders array Hosting providers
contacts array Appointed DPOs or privacy officers per region, we only support 3 types DPO, Privacy Officer, Other
certifications enum - ISO 27001
- ISO 27002
- ISO 27017
- ISO 27018
- C5
- PCI DSS Level 1
- PCI DSS Level 3.1
- PCI DSS Level 3.2
- PCI DSS Level 4.0
- SOC 1
- SOC 2 Type I
- SOC 2 Type II
- SOC 3
- HIPAA
- HITECH
- RESO
- ISAE 3000
- EU-U.S. Privacy Shield
- Swiss-U.S. Privacy Shield
- CSA
- OpenID
- TRUSTe Enterprise Privacy Certification
- SOX
Certifications
dataBreaches array Reported data breaches
articles array GDPR & privacy related articles
bugBountyProgramUrl string url Link to bug bounty program
statusUrl string url Link to status page
statusTwitter string Twitter account that communicates about service status & uptime
businessModel array - B2B
- B2C
- B2B2C
Business model
verified boolean Verified by company representative
{
  "id": "acme",
  "name": "Acme",
  "description": "CRM & Customer platform for SMBs",
  "categories": [
    "CRM", 
    "Customer Support"
  ],
  "iconUrl": "https://pbs.twimg.com/profile_images/922908923207839744/5EZID3tH_400x400.jpg",
  "website": "https://www.acmesaas.com",
  "applicationUrl": "https://app.acmesaas.com",    
  "twitter": "acme",
  "countryHQ": "US",
  "gdprReadyStatus": "inProgress",
  "privacyUrl": "https://www.acmesaas.com/privacy",
  "dsarUrl": "https://bs.gdprform.io",
  "dpaUrl": "https://www.acmesaas.com/dpa",
  "subprocessorsUrl": "https://www.acmesaas.com/subprocessors",
  "dataCenters": [
    "EU"
  ],
  "hostingProviders": [
    "AWS", 
    "Digital Ocean"
  ],
  "contacts": [
    {
      "type": "DPO",
      "name": "John Doe",
      "email": "[email protected]",
      "region": "EU"
    }, 
    {
      "type": "DPO",
      "name": "Tim Doe",
      "email": "[email protected]",
      "region": "US"
    }
  ],
  "certifications": [
    "ISO 27001", 
    "HIPAA"
  ],
  "dataBreaches": [
    {
      "date": "10/12/2017",
      "url": "https://www.beatswtich.com/breach"
    }
  ],
  "articles": [
    {
      "date": "02/12/2018",
      "url": "https://www.beatswtich.com/gdpr"
    }
  ],
  "bugBountyProgramUrl": "https://www.beatswtich.com/bounty-program",
  "statusUrl": "https://www.beatswtich.com/status",
  "statusTwitter": "beatswitchstatus",
  "securityUrl": "https://www.beatswtich.com/security",
  "businessModel": ["B2C"]
  "verified": true
}

Removal

If you want your service to be removed from the tracker, send in a pull request with the reason stated.

License

MIT License. Please see the license file for more information.

About

Made in Belgium ๐Ÿ‡ง๐Ÿ‡ช Europe ๐Ÿ‡ช๐Ÿ‡บ

The GDPR Tracker is created by Privacy Radius. Privacy Radius is a European provider of AI-powered data and privacy solutions to help companies create trusted environments to protect consumers' privacy and data rights.

Disclaimer

We do our best to ensure that the data we provide is complete, accurate and useful. However, because we do not verify all the data, and because the processing required to make the data useful is complex, we cannot be liable for omissions or inaccuracies.

Links

gdpr-tracker-ed's People

Contributors

gdewilde avatar johandekeulenaer avatar tallguysfreeadmin avatar gdpr-tracker-bot avatar willem-delbare avatar driesvints avatar evrardts avatar gpjt avatar jonathanbull avatar philiphacks avatar michieldewilde avatar adrianmejias avatar adrienjoly avatar asopinka avatar amatzen avatar balajijayaraman avatar polimorfico avatar dmitry-mukhin avatar eriknaslund avatar nsqe avatar haroenv avatar henrypoydar avatar hubertpalan avatar illyism avatar aivanzipper avatar jnv avatar jeroencorthout avatar konings194 avatar lrholmes avatar msoler8785 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.