eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword
Module implementing checks for potentially hardcoded passwords.
Global Attributes
Classes
Functions
checkHardcodedPasswordAsDefault
checkHardcodedPasswordAsDefault(reportError, context, config)
checkHardcodedPasswordAsFunctionArg
checkHardcodedPasswordAsFunctionArg(reportError, context, config)
checkHardcodedPasswordAsString
checkHardcodedPasswordAsString(reportError, context, config)
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