Add CI security suite and scrub hardcoded local host/path defaults

This commit is contained in:
Kelsi 2026-02-19 06:46:11 -08:00
parent 550366df07
commit 00086c2ad9
5 changed files with 163 additions and 26 deletions

View file

@ -51,7 +51,7 @@ private:
};
// UI state
char hostname[256] = "127.0.0.1";
char hostname[256] = "localhost";
char username[256] = "";
char password[256] = "";
char pinCode[32] = "";