You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- ⏳ ADR and user guide (deferred - not critical for MVP)
43
47
44
-
**Total Commits**: 7 commits for issue #246
48
+
**Total Commits**: 13 commits for issue #246
45
49
46
-
- 3 for Phase 1 (domain layer)
50
+
- 3 for Phase 1 (domain layer, validation, integration)
47
51
- 1 for Phase 2 (Docker Compose integration)
48
52
- 1 for Phase 3 firewall configuration
49
53
- 1 for E2E test configs documentation
50
-
- 1 commit message correction
54
+
- 1 for commit message correction
55
+
- 1 for issue documentation update (implementation details)
56
+
- 1 for manual E2E testing results
57
+
- 1 for security fix (Prometheus port exposure)
58
+
- 1 for security documentation update
59
+
- 1 for documentation reorganization
60
+
- 1 for DRAFT security issue specification
61
+
62
+
**Security Fix Applied**: During manual testing, discovered that Docker bypasses UFW firewall rules when publishing ports. Fixed by removing Prometheus port mapping (9090) from docker-compose - service now internal-only, accessible to Grafana via Docker network. See [docs/issues/DRAFT-docker-ufw-firewall-security-strategy.md](./DRAFT-docker-ufw-firewall-security-strategy.md) for comprehensive analysis.
0 commit comments