Skip to content

Commit b1139c9

Browse files
committed
docs(security): scope the history-sanitization claim precisely (no absolute wording)
1 parent ec19f6c commit b1139c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ To set expectations honestly:
7171

7272
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).
7373

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.
7575

7676
Full audit trail and remaining gaps: [`docs/security/`](docs/security/).
7777

0 commit comments

Comments
 (0)