XSS Vulnerability Patches and Security Enhancements for Dashboard1 - Fix parsing error

This commit is contained in:
Andy Taylor 2025-10-14 14:35:59 +01:00
parent ee3f5de1de
commit e11754a4e0
3 changed files with 6 additions and 12 deletions

View file

@ -44,7 +44,7 @@ class Node {
// Validate callsign format (basic check)
if (!preg_match('/^[A-Z0-9]{1,10}$/i', $this->Callsign)) {
$this->Callsign = 'INVALID';
$this->Callsign = 'INVALID';
}
// Validate LinkedModule (single letter A-Z)