.cursorrules had the dev server SSH password and Postgres ladmin password committed in cleartext (pushed to remote history)
Redact to placeholders, point at Infisical/vault instead
Important
This only stops the leak going forward — the passwords are still in git history. Rotate both passwords (dev server SSH, Postgres ladmin) separately.
Test plan
gitleaks pre-commit hook: no leaks found
CI green
## Summary
- `.cursorrules` had the dev server SSH password and Postgres `ladmin` password committed in cleartext (pushed to remote history)
- Redact to placeholders, point at Infisical/vault instead
## Important
This only stops the leak going forward — the passwords are still in git history. **Rotate both passwords** (dev server SSH, Postgres `ladmin`) separately.
## Test plan
- [x] `gitleaks` pre-commit hook: no leaks found
- [ ] CI green
These were committed in cleartext and pushed to remote history. Rotate the
dev server SSH password and Postgres 'ladmin' password separately; this
only stops the leak going forward and points at Infisical/vault instead.
ilia
scheduled this pull request to auto merge when all checks succeed 2026-07-15 17:40:53 -05:00
ilia
merged commit 23f0616646 into dev2026-07-15 17:42:55 -05:00
ilia
deleted branch security/scrub-cursorrules-creds2026-07-15 17:42:55 -05:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
.cursorruleshad the dev server SSH password and Postgresladminpassword committed in cleartext (pushed to remote history)Important
This only stops the leak going forward — the passwords are still in git history. Rotate both passwords (dev server SSH, Postgres
ladmin) separately.Test plan
gitleakspre-commit hook: no leaks found