Enhance vendor management with extended data fields
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
24
apps/console/public/data/vendors/LICENSE.md
vendored
Normal file
24
apps/console/public/data/vendors/LICENSE.md
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Vendors Data
|
||||
|
||||
The `[vendors.json](vendors.json)` file contains data about various vendors and their security certifications. This data is licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.
|
||||
|
||||
## License Requirements
|
||||
|
||||
When using this data, you must:
|
||||
|
||||
1. **Give appropriate credit** - Provide attribution to Probo Inc. and include a link to this license
|
||||
2. **Indicate if changes were made** - If you modify the data, you must indicate that changes were made
|
||||
3. **Share under the same license** - If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original
|
||||
|
||||
## Attribution Example
|
||||
|
||||
When using this data, please include the following attribution:
|
||||
|
||||
```
|
||||
Data sourced from Probo Inc. (https://getprobo.com) under CC BY-SA 4.0 license
|
||||
```
|
||||
|
||||
## More Information
|
||||
|
||||
For more information about the CC BY-SA 4.0 license, please visit:
|
||||
https://creativecommons.org/licenses/by-sa/4.0/
|
||||
309
apps/console/public/data/vendors/vendors.json
vendored
Normal file
309
apps/console/public/data/vendors/vendors.json
vendored
Normal file
@@ -0,0 +1,309 @@
|
||||
[
|
||||
{
|
||||
"name": "Slack",
|
||||
"headquarterAddress": "San Francisco, 50 Fremont Street, United States",
|
||||
"legalName": "Slack Technologies, Inc.",
|
||||
"websiteUrl": "https://slack.com",
|
||||
"privacyPolicyUrl": "https://slack.com/intl/en-gb/trust/privacy/privacy-policy",
|
||||
"serviceLevelAgreementUrl": "https://slack.com/intl/en-gb/terms/service-level-agreement",
|
||||
"description": "Slack is a team communication platform that allows users to send messages, files, and images to each other.",
|
||||
"statusPageUrl": "https://slack-status.com/",
|
||||
"termsOfServiceUrl": "https://slack.com/intl/en-gb/main-services-agreement",
|
||||
"category": "Communication",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
"ISO/IEC 27018:2019",
|
||||
"SOC2 Type 2",
|
||||
"C5",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://slack.com/intl/en-gb/trust/security"
|
||||
},
|
||||
{
|
||||
"name": "Zoom",
|
||||
"headquarterAddress": "950 Page Mill Rd, Palo Alto, CA 94306",
|
||||
"legalName": "Zoom Video Communications, Inc.",
|
||||
"websiteUrl": "https://zoom.us",
|
||||
"privacyPolicyUrl": "https://zoom.us/privacy",
|
||||
"serviceLevelAgreementUrl": "https://explore.zoom.us/en/premier-support-terms/",
|
||||
"description": "Zoom is a video communication platform that allows users to send messages, files, and images to each other.",
|
||||
"category": "Communication",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
"ISO/IEC 27018:2019",
|
||||
"ISO/IEC 27701:2019",
|
||||
"SOC2 Type 2",
|
||||
"SOC2 HITRUST",
|
||||
"CSTAR LEVEL 2",
|
||||
"FedRAMP",
|
||||
"StateRAMP",
|
||||
"CJIS",
|
||||
"UK Cyber Essentials Plus",
|
||||
"iRAP",
|
||||
"ENS",
|
||||
"BSI C5",
|
||||
"gpaNRW",
|
||||
"ISMAP",
|
||||
"ETDA",
|
||||
"PCI DSS",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://zoom.us/trust/security",
|
||||
"statusPageUrl": "https://status.zoom.us/"
|
||||
},
|
||||
{
|
||||
"name": "Github",
|
||||
"headquarterAddress": "88 Colin P Kelly Jr St, San Francisco, CA 94103",
|
||||
"legalName": "GitHub, Inc.",
|
||||
"websiteUrl": "https://github.com",
|
||||
"privacyPolicyUrl": "https://github.com/site/privacy",
|
||||
"serviceLevelAgreementUrl": "https://github.com/site/terms",
|
||||
"subprocessorsListUrl": "https://docs.github.com/en/site-policy/privacy-policies/github-subprocessors",
|
||||
"description": "Github is a code hosting platform for version control and collaboration.",
|
||||
"category": "Code Hosting",
|
||||
"certifications": [
|
||||
"SOC 1 Type 2",
|
||||
"SOC 2 Type 2",
|
||||
"CSA CAIQ Level 1",
|
||||
"ISO/IEC 27001:2013",
|
||||
"CSA STAR Level 2",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://docs.github.com/en/code-security/security-overview/about-security-overview",
|
||||
"statusPageUrl": "https://www.githubstatus.com/"
|
||||
},
|
||||
{
|
||||
"name": "Stripe",
|
||||
"headquarterAddress": "101 Townsend St, San Francisco, CA 94103",
|
||||
"legalName": "Stripe, Inc.",
|
||||
"websiteUrl": "https://stripe.com",
|
||||
"privacyPolicyUrl": "https://stripe.com/privacy",
|
||||
"serviceLevelAgreementUrl": "https://stripe.com/legal/ssa",
|
||||
"dataProcessingAgreementUrl": "https://stripe.com/legal/dpa",
|
||||
"description": "Online payment processing platform that enables businesses to accept and manage digital payments, supporting various payment methods and currencies with integrated fraud protection and compliance features",
|
||||
"category": "Payment Processing",
|
||||
"certifications": [
|
||||
"PCI DSS v4.0",
|
||||
"SOC 2 Type 2",
|
||||
"SOC 1 Type 2",
|
||||
"SOC 3",
|
||||
"EMVCo Level 1",
|
||||
"EMVCo Level 2",
|
||||
"CBPR",
|
||||
"PRP",
|
||||
"EU-U.S. DPF",
|
||||
"EU-U.S. DPF",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://stripe.com/security",
|
||||
"statusPageUrl": "https://status.stripe.com/"
|
||||
},
|
||||
{
|
||||
"name": "Cloudflare",
|
||||
"headquarterAddress": "101 Townsend St, San Francisco, CA 94103",
|
||||
"legalName": "Cloudflare, Inc.",
|
||||
"websiteUrl": "https://cloudflare.com",
|
||||
"privacyPolicyUrl": "https://cloudflare.com/privacy",
|
||||
"serviceLevelAgreementUrl": "https://www.cloudflare.com/en-gb/business-sla",
|
||||
"description": "Cloudflare is a cloud computing company that provides a range of services, including web hosting, domain name registration, and cloud storage.",
|
||||
"category": "Web Hosting",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2013",
|
||||
"ISO/IEC 27701:2019",
|
||||
"ISO/IEC 27018:2019",
|
||||
"FedRAMP",
|
||||
"SOC 2 Type 2",
|
||||
"PCI DSS 4.0",
|
||||
"Global CBPR",
|
||||
"Global PRP",
|
||||
"EU Cloud Code of Conduct",
|
||||
"Cyber Essentials",
|
||||
"C5:2020",
|
||||
"ENS",
|
||||
"BSI Qualification",
|
||||
"WCAG 2.1 AA and Section 508",
|
||||
"APPI",
|
||||
"LGPD",
|
||||
"DPDP",
|
||||
"GDPR",
|
||||
"PDPA",
|
||||
"PIPA",
|
||||
"DORA",
|
||||
"CCPA",
|
||||
"CPRA"
|
||||
],
|
||||
"securityPageUrl": "https://www.cloudflare.com/en-gb/security",
|
||||
"statusPageUrl": "https://www.cloudflarestatus.com/"
|
||||
},
|
||||
{
|
||||
"name": "Sentry",
|
||||
"headquarterAddress": "1 Market St, San Francisco, CA 94105",
|
||||
"legalName": "Sentry, Inc.",
|
||||
"websiteUrl": "https://sentry.io",
|
||||
"privacyPolicyUrl": "https://sentry.io/privacy",
|
||||
"serviceLevelAgreementUrl": "",
|
||||
"description": "Sentry is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Monitoring",
|
||||
"certifications": ["ISO/IEC 27001:2013", "SOC2 Type 2"],
|
||||
"securityPageUrl": "https://sentry.io/security",
|
||||
"statusPageUrl": "https://status.sentry.io/"
|
||||
},
|
||||
{
|
||||
"name": "Datadog",
|
||||
"headquarterAddress": "1 Market St, San Francisco, CA 94105",
|
||||
"legalName": "Datadog, Inc.",
|
||||
"websiteUrl": "https://datadog.com",
|
||||
"privacyPolicyUrl": "https://datadog.com/privacy",
|
||||
"serviceLevelAgreementUrl": "https://datadog.com/terms",
|
||||
"description": "Datadog is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Monitoring",
|
||||
"certifications": [
|
||||
"CCPA",
|
||||
"CSA STAR",
|
||||
"DORA",
|
||||
"EU-US DPF",
|
||||
"FedRAMP",
|
||||
"GDPR",
|
||||
"HIPAA",
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27017:2015",
|
||||
"GDPR"
|
||||
],
|
||||
"securityPageUrl": "https://datadog.com/security",
|
||||
"trustPageUrl": "https://datadog.com/trust",
|
||||
"statusPageUrl": "https://status.datadoghq.com/"
|
||||
},
|
||||
{
|
||||
"name": "Vercel",
|
||||
"headquarterAddress": "1 Market St, San Francisco, CA 94105",
|
||||
"legalName": "Vercel, Inc.",
|
||||
"websiteUrl": "https://vercel.com",
|
||||
"privacyPolicyUrl": "https://vercel.com/legal/privacy-policy",
|
||||
"serviceLevelAgreementUrl": "https://vercel.com/legal/sla",
|
||||
"dataProcessingAgreementUrl": "https://vercel.com/legal/dpa",
|
||||
"description": "Vercel is a cloud-based platform for monitoring and analyzing application performance and user behavior.",
|
||||
"category": "Web Hosting",
|
||||
"certifications": [
|
||||
"ISO/IEC 27001:2013",
|
||||
"SOC2 Type 2",
|
||||
"GDPR",
|
||||
"PCI DSS",
|
||||
"HIPAA",
|
||||
"DPF",
|
||||
"CCPA",
|
||||
"PIPEDA"
|
||||
],
|
||||
"securityPageUrl": "https://vercel.com/security",
|
||||
"trustPageUrl": "https://security.vercel.com/",
|
||||
"statusPageUrl": "https://status.vercel.com/"
|
||||
},
|
||||
{
|
||||
"name": "Sendgrid",
|
||||
"headquarterAddress": "1801 California Street, Suite 500, Denver, CO 80202",
|
||||
"legalName": "SendGrid, Inc.",
|
||||
"websiteUrl": "https://sendgrid.com",
|
||||
"privacyPolicyUrl": "https://www.twilio.com/en-us/legal/privacy",
|
||||
"serviceLevelAgreementUrl": "https://sendgrid.com/terms",
|
||||
"dataProcessingAgreementUrl": "https://sendgrid.com/dpa",
|
||||
"description": "Cloud-based email delivery platform that provides transactional and marketing email services, offering reliable message delivery, analytics, and automation features for business communications.",
|
||||
"category": "Email Marketing",
|
||||
"certifications": [
|
||||
"CCPA",
|
||||
"CPRA",
|
||||
"GDPR",
|
||||
"HIPAA",
|
||||
"ISO/IEC 27001:2013",
|
||||
"ISO/IEC 27017:2015",
|
||||
"ISO/IEC 27018:2019",
|
||||
"SOC2 Type 2",
|
||||
"PCI DSS"
|
||||
],
|
||||
"securityPageUrl": "https://sendgrid.com/en-us/policies/security",
|
||||
"trustPageUrl": "https://security.twilio.com/",
|
||||
"statusPageUrl": "https://status.sendgrid.com/"
|
||||
},
|
||||
{
|
||||
"name": "Figma",
|
||||
"headquarterAddress": "760 Market St Floor 10, San Francisco, CA 94102",
|
||||
"legalName": "Figma, Inc.",
|
||||
"websiteUrl": "https://figma.com",
|
||||
"privacyPolicyUrl": "https://www.figma.com/legal/privacy/",
|
||||
"serviceSoftwareAgreementUrl": "https://www.figma.com/ssa/",
|
||||
"description": "Cloud-based design and prototyping platform that enables collaborative interface design, wireframing, and mockup creation with real-time editing capabilities for teams.",
|
||||
"category": "Design",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2013",
|
||||
"ISO/IEC 27001:2022",
|
||||
"GDPR",
|
||||
"ISO/IEC 27017:2015",
|
||||
"ISO/IEC 27018:2019",
|
||||
"SOC3",
|
||||
"CCPA",
|
||||
"CSA",
|
||||
"SIG",
|
||||
"EU Cloud Code of Conduct",
|
||||
"TISAX",
|
||||
"VPAT"
|
||||
],
|
||||
"securityPageUrl": "https://www.figma.com/security",
|
||||
"trustPageUrl": "https://compliance.figma.com/",
|
||||
"statusPageUrl": "https://status.figma.com/"
|
||||
},
|
||||
{
|
||||
"name": "Notion",
|
||||
"headquarterAddress": "2300 Harrison St, San Francisco, CA 94110",
|
||||
"legalName": "Notion Labs, Inc.",
|
||||
"websiteUrl": "https://notion.so",
|
||||
"privacyPolicyUrl": "https://www.notion.so/notion/Privacy-Policy-3468d120cf614d4c9014c09f6adc9091",
|
||||
"serviceLevelAgreementUrl": "https://www.notion.so/notion/Service-Level-Terms-6f805fa1d4ca4463b805e2832ae8ff0d",
|
||||
"subprocessorsListUrl": "https://www.notion.so/notion/Notion-s-List-of-Subprocessors-268fa5bcfa0f46b6bc29436b21676734",
|
||||
"businessAssociateAgreementUrl": "https://www.notion.so/notion/Business-Associate-Agreement-909d9f4ccca041b1a23d0fe6e56fa111",
|
||||
"description": "Cloud-based workspace and collaboration platform that offers document management, project management, and team communication features, allowing users to create, edit, and share content in a centralized environment.",
|
||||
"category": "Project Management",
|
||||
"certifications": [
|
||||
"SOC 2 Type 2",
|
||||
"ISO/IEC 27001:2022",
|
||||
"ISO/IEC 27701:2019",
|
||||
"ISO/IEC 27017:2015",
|
||||
"ISO/IEC 27018:2019",
|
||||
"HIPAA",
|
||||
"BSI C5",
|
||||
"GDPR",
|
||||
"CCPA"
|
||||
],
|
||||
"statusPageUrl": "https://status.notion.so"
|
||||
},
|
||||
{
|
||||
"name": "Mintlify",
|
||||
"headquarterAddress": "108 Ferris Place, Ithaca, NY 14850",
|
||||
"legalName": "Mintlify, Inc.",
|
||||
"websiteUrl": "https://mintlify.com",
|
||||
"privacyPolicyUrl": "https://app.termly.io/policy-viewer/policy.html?policyUUID=95d79e73-9d6f-4e0a-8abd-2a608e8f5242",
|
||||
"termsOfServiceUrl": "https://mintlify.com/legal/terms",
|
||||
"description": "Mintlify is a cloud-based documentation platform that enables teams to create, manage, and share documentation for their projects.",
|
||||
"category": "Documentation",
|
||||
"certifications": ["SOC 2 Type 1"],
|
||||
"subprocessorsListUrl": "https://security.mintlify.com",
|
||||
"trustPageUrl": "https://security.mintlify.com/",
|
||||
"statusPageUrl": "https://status.mintlify.com/"
|
||||
},
|
||||
{
|
||||
"name": "Supabase",
|
||||
"headquarterAddress": "3500 S Dupont Hwy, United States",
|
||||
"legalName": "Supabase, Inc.",
|
||||
"websiteUrl": "https://supabase.com",
|
||||
"privacyPolicyUrl": "https://supabase.com/privacy",
|
||||
"termsOfServiceUrl": "https://supabase.com/terms",
|
||||
"description": "Open-source Firebase alternative providing a backend-as-a-service platform with PostgreSQL database, authentication, storage, and API functionality for application development.",
|
||||
"category": "Database",
|
||||
"certifications": ["SOC2 Type 2", "HIPAA", "GDPR"],
|
||||
"securityPageUrl": "https://supabase.com/security",
|
||||
"serviceLevelAgreementUrl": "https://supabase.com/sla",
|
||||
"trustPageUrl": "https://security.supabase.com/",
|
||||
"dataProcessingAgreementUrl": "https://supabase.com/legal/dpa",
|
||||
"statusPageUrl": "https://status.supabase.com/"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user