Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add DPG: Cboard #559

Merged
merged 18 commits into from
Jan 13, 2022
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
99 changes: 99 additions & 0 deletions digitalpublicgoods/cboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"name": "Cboard",
"clearOwnership": {
"isOwnershipExplicit": "Yes",
"copyrightURL": "https://github.com/cboard-org/cboard/blob/master/README.md"
},
"platformIndependence": {
"mandatoryDepsCreateMoreRestrictions": "No",
"isSoftwarePltIndependent": "",
"pltIndependenceDesc": ""
},
"documentation": {
"isDocumentationAvailable": "Yes",
"documentationURL": [
"https://github.com/cboard-org/cboard/blob/master/README.md"
]
},
"NonPII": {
"collectsNonPII": "Yes",
"checkNonPIIAccessMechanism": "Yes",
"nonPIIAccessMechanism": "Google Analytics API"
},
"privacy": {
"isPrivacyCompliant": "Yes",
"privacyComplianceList": [
"California Online Privacy Protection Act (CalOPPA)",
"Children Online Privacy Protection Act (COPPA)"
],
"adherenceSteps": [
"Privacy policy: https://www.cboard.io/privacy/",
"Terms of Service: https://www.cboard.io/terms-of-use/"
]
},
"standards": {
"supportStandards": "Yes",
"standardsList": [
"HTML",
"CSS",
"JavaScript",
"Open Board Logging Format (.obl)"
],
"evidenceStandardSupport": [
"https://www.openboardformat.org/",
"https://www.w3.org/TR/WCAG21/"
],
"implementBestPractices": "Yes",
"bestPracticesList": [
"Material design: https://material.io/design/guidelines-overview"
]
},
"doNoHarm": {
"preventHarm": {
"stepsToPreventHarm": "Yes",
"additionalInfoMechanismProcessesPolicies": "We do not use vulnerability scanning and/or scanning to PCI standards. We only provide articles and information. We never ask for credit card numbers. \n We use regular Malware Scanning. \n Your personal information is contained behind secured networks and is only accessible by a limited number of persons who have special access rights to such systems, and are required to keep the information confidential. In addition, all sensitive/credit information you supply is encrypted via Secure Socket Layer (SSL) technology. \n We implement a variety of security measures when a user enters, submits, or accesses their information to maintain the safety of your personal information. All transactions are processed through a gateway provider and are not stored or processed on our servers."
},
"dataPrivacySecurity": {
"collectsPII": "Yes",
"typesOfDataCollected": [
"name",
"email address",
"birthday"
],
"thirdPartyDataSharing": "No",
"dataSharingCircumstances": [
""
],
"ensurePrivacySecurity": "Yes",
"privacySecurityDescription": "encrypted password, protected database"
},
"inappropriateIllegalContent": {
"collectStoreDistribute": "Yes",
"type": "communication boards with images and audio",
"contentFilter": "",
"policyGuidelinesDocumentationLink": "",
"illegalContentDetection": "No",
"illegalContentDetectionMechanism": ""
},
"protectionFromHarassment": {
"userInteraction": "Yes",
"addressSafetySecurityUnderageUsers": "Yes",
"stepsAddressRiskPreventSafetyUnderageUsers": [
"Board edition is blocked by default, users can see just public boards from others "
],
"griefAbuseHarassmentProtection": "No",
"harassmentProtectionSteps": [
""
]
}
},
"locations": {
"developmentCountries": [
"Argentina",
"Israel"
],
"deploymentCountries": [
""
]
}
}
2 changes: 1 addition & 1 deletion nominees/cboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@
"org_type": "owner"
}
],
"stage": "nominee"
"stage": "DPG"
}