eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListCalls
Module implementing checks for blacklisted methods and functions.
Global Attributes
Classes
Functions
| checkBlacklist | Function to check for blacklisted method calls. | 
| getChecks | Public method to get a dictionary with checks handled by this module. | 
checkBlacklist
checkBlacklist(reportError, context, config)
    Function to check for blacklisted method calls.
- reportError (func)
- 
function to be used to report errors
- context (SecurityContext)
- 
security context object
- config (dict)
- 
dictionary with configuration data
getChecks
getChecks()
    Public method to get a dictionary with checks handled by this module.
- Returns:
- 
dictionary containing checker lists containing checker function and
        list of codes
- Return Type:
- 
dict