mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-23 08:40:21 +01:00
Merge branch 'fix_arbitrary_code_execution' into develop
This commit is contained in:
commit
bf31a27dca
|
|
@ -20,6 +20,7 @@ class ModulationValidator(OrValidator):
|
|||
"""
|
||||
This validator only allows alphanumeric characters and numbers, but no spaces or special characters
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(BoolValidator(), RegexValidator(re.compile("^[a-z0-9]+$")))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue