Pattern: Use of insecure SNMP cryptography
Issue: -
Please update your code to use more secure versions of SNMP.
Example of insecure code:
CommunityData('public', mpModel=0)
Example of secure code:
UsmUserData("securityName", "authName", "privName")