web security audit fixes

This commit is contained in:
2026-06-02 10:30:42 -04:00
parent 36b087ae92
commit ab0d4857db
26 changed files with 1527 additions and 289 deletions

View File

@@ -13,10 +13,10 @@ Status legend: [ ] todo, [~] in-progress, [x] done
- [x] 04 — TestFlight Beta Distribution → `04-testflight-beta.md`
### Security Hardening
- [ ] 05 — Certificate Pinning & TLS Validation → `05-certificate-pinning.md`
- [ ] 06 — Jailbreak Detection & Runtime Security → `06-jailbreak-detection.md`
- [ ] 07 — Keychain & Data Protection Audit → `07-keychain-data-protection.md`
- [ ] 08 — OAuth & Social Login Integration → `08-oauth-social-login.md`
- [~] 05 — Certificate Pinning & TLS Validation → `05-certificate-pinning.md`
- [~] 06 — Jailbreak Detection & Runtime Security → `06-jailbreak-detection.md`
- [~] 07 — Keychain & Data Protection Audit → `07-keychain-data-protection.md`
- [~] 08 — OAuth & Social Login Integration → `08-oauth-social-login.md`
### Performance Optimization
- [ ] 09 — Image Caching & Lazy Loading → `09-image-caching.md`