eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.prohibitedImports

Module implementing checks for prohibited imports.

Global Attributes

_prohibitedImports

Classes

None

Functions

checkProhibitedImports Function to check for prohibited imports.
getChecks Public method to get a dictionary with checks handled by this module.


checkProhibitedImports

checkProhibitedImports(reportError, context, config)

Function to check for prohibited imports.

reportError (func)
function to be used to report errors
context (SecurityContext)
security context object
config (dict)
dictionary with configuration data
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