Home security system (for funsies).
Go to file
Aaron D. Lee 3289f874ab fix: critical review findings — constant-time PIN compare, redact security config, sunset sign
- Use hmac.compare_digest() in verify_pin() to prevent timing-based PIN oracle attacks
- Redact entire [security] section (pin_hash, recovery_passphrase_hash) from /api/config response
- Sunset sign fix was skipped: existing longitude - ha formula is correct per NOAA equations and verified by test_sunset_equator; longitude + ha produces sunrise, not sunset

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 19:18:14 -04:00
config Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
docs Add visitor recognition design spec (S3) 2026-04-03 15:32:12 -04:00
kiosk Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
remote Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
scripts Add presence detection, person/vehicle AI detection, health monitoring 2026-04-03 00:06:45 -04:00
systemd Add kiosk setup and deployment scripts (Phases 5 + 9) 2026-04-02 23:25:03 -04:00
tests feat(Q6): timelapse generator, schedules, and web routes 2026-04-03 19:08:29 -04:00
vigilar fix: critical review findings — constant-time PIN compare, redact security config, sunset sign 2026-04-03 19:18:14 -04:00
.gitignore Add .worktrees/ and .superpowers/ to .gitignore 2026-04-03 13:02:10 -04:00
.python-version Fix lint issues in pet detection integration 2026-04-03 13:32:17 -04:00
CLAUDE.md Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
pyproject.toml feat(S3): visitor event types, VisitorsConfig, face_recognition dependency 2026-04-03 18:56:55 -04:00
requirements-dev.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00
requirements.txt Initial commit: Vigilar DIY home security system 2026-04-02 23:11:27 -04:00