Package containing the various security checker modules.
None |
None |
generateCheckersDict | Function to generate the dictionary with checkers. |
Function to generate the dictionary with checkers.
Checker modules are searched for inside this package. Each module defining some checks must contain a function 'getChecks()' returning a dictionary containing the check type as key and a list of tuples with the check function and associated message codes.