Commit 83da394
committed
chore: release 1.9.4 - security audit + mobile responsive overhaul
Rolls up two parallel reviews (mobile UX expert + security audit) into a
single targeted release.
Security (4 changes):
- crypto.timingSafeEqual for API key compare
- zip-bomb cap + path-traversal guard in .cbz import parser
- Content-Security-Policy + Referrer-Policy headers on web responses
- pre-extract ZIP entry-name guard in managed-mode install script
Mobile / responsive (1 change, CSS-only):
- @media breakpoints at 768/480px, touch-target sizing, iOS-zoom fix,
safe-area-inset, area-dropdown viewport-constrained, table column
hiding on narrow viewports.
Skipped from the review pass after verification: C-Gate password / supervisor
token logging (verified safe), SSE auth gate (matches project design where
reads are open and writes auth-gated; single-endpoint exception would be
inconsistent), CSRF (no cookie auth), HSTS (not behind HTTPS in addon mode),
XXE (xml2js defaults safe), rate-limit-per-IP (HA Ingress internal-trust).
Full notes in homeassistant-addon/CHANGELOG.md.1 parent 352f735 commit 83da394
3 files changed
Lines changed: 21 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
8 | 27 | | |
9 | 28 | | |
10 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments