You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SECURITY.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ To set expectations honestly:
71
71
72
72
The repository has been through a pre-launch hardening sprint: 31 of 34 hardening tasks closed (from 27 findings), security score moved from 30% to 74% versus the OpenClaw baseline. Tooling in place: `gitleaks`, `detect-secrets`, `actionlint`, `zizmor`, `npm audit --production`, `pip-audit`, Dependabot (npm + Docker).
73
73
74
-
**Git history sanitization** — before the first public release (2026-07-03) the entire git history was rewritten with `git filter-repo` to purge all personal data from the beta runs: real names, e-mail addresses, VPS IPs, application dossiers and employer names were removed or pseudonymized across every commit, branch and tag. If you spot a `chore(pii)` commit in the log, that's the tip-level removal — the historical blobs behind it were purged in the same sweep.
74
+
**Git history sanitization** — before the first public release (2026-07-03) the git history was rewritten with `git filter-repo`: application dossiers, employer names, e-mail addresses, VPS IPs and other personal data from the beta runs were purged or pseudonymized; beta testers are referenced by pseudonym. If you spot a `chore(pii)` commit in the log, that's the tip-level removal — the historical blobs behind it were purged in the same sweep.
75
75
76
76
Full audit trail and remaining gaps: [`docs/security/`](docs/security/).
0 commit comments