mirror of
https://github.com/LX3JL/xlxd.git
synced 2026-04-05 14:35:24 +00:00
XSS Vulnerability Patches and Security Enhancements for Dashboard1 - Fix parsing error
This commit is contained in:
parent
ee3f5de1de
commit
e11754a4e0
3 changed files with 6 additions and 12 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue