| CGSDW-38675 | Fixed an issue where the GET /snmpagents API
returned the SNMP community string in cleartext. SNMP configuration
fields now enforce a strict character validation policy to prevent
command injection. The fields accept only alphanumeric characters and
select symbols (!, @,
#, %, ^,
*, -, _,
+, =, :,
., ,, ?,
/, ~). Existing configurations
with restricted characters continue to function, but the system enforces
the new validation rules when you modify these settings. |