Skip to main content

max / makeover

Audit remediation, observability, infrastructure - Split server db/models.rs into 16 domain submodules (largest 384 LOC) - Add #[instrument(skip_all)] to all DB query functions (480 server, 259 MT) - MT: health endpoint now checks DB connectivity - PoM: correct false migration idempotency finding - Server: health endpoint returns database/git/mnw-cli subsystem checks - PoM: add SSH banner check type for monitoring SSH services - Deploy scripts updated for admin SSH on port 2200 - Server/MT/PoM audit reviews updated to grade A - mnw-cli: D1-D4,D6 server configuration complete (sshd port 2200, sudoers, firewall) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-04-22 22:18 UTC
Commit: 58bdfbfd2ea022aafa75aa84282bbf932b49b61a
Parent: c8ea274
1 file changed, +1 insertion, -1 deletion
M Cargo.lock +1 -1
@@ -273,7 +273,7 @@ dependencies = [
273 273
274 274 [[package]]
275 275 name = "theme-common"
276 - version = "0.3.0"
276 + version = "0.3.1"
277 277 dependencies = [
278 278 "serde",
279 279 "tempfile",