server-monitor-manager/src/ServerMonitorManager.Desktop
ochenstarik-ui d21c0c5d22 fix(security): Add version mismatch check, MSIX cleanup on hash failure, TraceSource diagnostics, csproj fix
- UpdateService: manifest version must match release tag_name (prevents cross-version attacks)
- UpdateService: corrupted MSIX deleted immediately on hash mismatch
- UpdateService: TraceSource logging for all verification steps
- UpdateService: Trust anchor constants with docs/release-policy.md reference
- Bootstrap: docs/release-policy.md reference next to identity constants
- Test csproj: add UpdateService.cs Compile Include (tests won't compile without this)
2026-08-10 20:12:18 +07:00
..
Assets Optimize icon for small sizes 2026-07-15 14:02:42 +07:00
Pages feat(control): reconcile links from factual state (#16) 2026-08-09 12:53:49 +07:00
Properties Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
.gitignore Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
app.manifest Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
App.xaml Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
App.xaml.cs fix(security): pin SSH trust and protect session keys (#8) 2026-07-31 02:36:52 +07:00
ControlClientService.cs feat(cert): refine certificate renewal endpoints, remove TEST_EVIDENCE.md, and add 401 rejection unit test 2026-08-10 12:01:44 +07:00
MainPage.xaml feat(security): Finalize Queue B signed delivery requirements 2026-08-10 19:58:58 +07:00
MainPage.xaml.cs feat(security): Finalize Queue B signed delivery requirements 2026-08-10 19:58:58 +07:00
MainWindow.xaml Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
MainWindow.xaml.cs Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
MeshModels.cs feat(control): reconcile links from factual state (#16) 2026-08-09 12:53:49 +07:00
MetricsHistoryStorage.cs Persist and chart short metrics history 2026-07-16 19:46:37 +07:00
Package.appxmanifest chore(release): bump MSIX version to 1.0.0.6 (#9) 2026-07-31 02:43:04 +07:00
packages.lock.json feat: reproducible builds — central package versions and lock files 2026-08-09 18:13:34 +07:00
ServerMonitorManager.Desktop.csproj feat: reproducible builds — central package versions and lock files 2026-08-09 18:13:34 +07:00
ServerStorage.cs Add Windows SSH monitoring MVP 2026-07-15 13:27:27 +07:00
ServerViewModel.cs feat: client certificate lifecycle management, auto-renewal, and CA rotation guide 2026-08-10 12:01:43 +07:00
SshConnectionArguments.cs fix(security): close desktop and helper debts (#10) 2026-07-31 13:22:00 +07:00
SshHostKeyTrust.cs fix(security): close desktop and helper debts (#10) 2026-07-31 13:22:00 +07:00
SshMonitorService.cs fix(security): close desktop and helper debts (#10) 2026-07-31 13:22:00 +07:00
SshPrivateKeySession.cs fix(security): pin SSH trust and protect session keys (#8) 2026-07-31 02:36:52 +07:00
UpdateService.cs fix(security): Add version mismatch check, MSIX cleanup on hash failure, TraceSource diagnostics, csproj fix 2026-08-10 20:12:18 +07:00