Skip to content

Commit 614a0d5

Browse files
authored
Merge pull request #6 from spirovskib/main
feat: Adding clauses about transparent security posture
2 parents ffe7d9b + 442f247 commit 614a0d5

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# RespectfulPlatforms.org
22

3-
A declaration of fundamental rights and principles for ethical digital platforms, ensuring privacy, dignity, and fairness in online spaces.
3+
A declaration of fundamental rights and principles for ethical digital platforms, ensuring privacy, dignity, reasonable security and fairness in online spaces.

index.html

+17
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,23 @@ <h2 class="text-2xl font-bold mb-6 dark:text-slate-50">Take the Pledge</h2>
220220
}
221221
]
222222
},
223+
{
224+
title: "Transparent Cybersecurity Posture",
225+
principles: [
226+
{
227+
title: "Security Posture Transparency",
228+
description: "Regular publication - at least annual - of security practices, implemented safeguards, enabling users to make informed decisions about platform trustworthiness."
229+
},
230+
{
231+
title: "Incident Disclosure",
232+
description: "Security incidents affecting user data or platform integrity must be promptly disclosed to all impacted users with clear impact assessment."
233+
},
234+
{
235+
title: "Public Post-Mortems",
236+
description: "Detailed post-incident analysis reports are published for all security incidents and unplanned downtime, explaining root causes, remediation steps, and preventive measures implemented to prevent future occurrences."
237+
}
238+
]
239+
},
223240
{
224241
title: "Fairness in Algorithmic Systems",
225242
principles: [

0 commit comments

Comments
 (0)