eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.snmpSecurity

Module implementing checks for the insecure use of SNMP.

Global Attributes

None

Classes

None

Functions

checkInsecureVersion
checkWeakCryptography
getChecks Public method to get a dictionary with checks handled by this module.


checkInsecureVersion

checkInsecureVersion(reportError, context, config)
Up


checkWeakCryptography

checkWeakCryptography(reportError, context, config)
Up


getChecks

getChecks()

Public method to get a dictionary with checks handled by this module.

Return:
dictionary containing checker lists containing checker function and list of codes
Return Type:
dict
Up