dffc4d7a34
Backend fixes (29 tests): - Add DNS provider registry initialization via blank imports (18 tests) - Fix credential field name mismatches for hetzner, digitalocean, dnsimple (4 tests) - Add comprehensive input validation to security handler (1 test) - Resolve certificate deletion database lock with txlock parameter (1 test) - Security settings database override tests passing (5 tests) Frontend fixes (1 test): - LiveLogViewer test timeout already resolved in codebase Security & Quality: - Zero HIGH/CRITICAL findings in all scans (CodeQL Go/JS, Trivy, govulncheck) - Backend coverage: 82.2% - Frontend coverage: 85.56% (exceeds 85% threshold) All 30 originally failing tests now passing All Definition of Done criteria met Related to #461
Frontend (Vite + React)
Development
cd frontend
npm install
npm run dev
Production build
cd frontend
npm run build