Module implementing the security checker.
None |
SecurityChecker | Class implementing a checker for security issues. |
None |
Class implementing a checker for security issues.
Codes |
None |
SecurityChecker | Constructor |
__generateTree | Private method to generate an AST for our source. |
__ignoreCode | Private method to check if the message code should be ignored. |
__reportInvalidSyntax | Private method to report a syntax error. |
getConfig | Public method to get the configuration dictionary. |
reportError | Public method to record an issue. |
run | Public method to check the given source against security related conditions. |
None |
Constructor
Private method to generate an AST for our source.
Private method to check if the message code should be ignored.
Private method to report a syntax error.
Public method to get the configuration dictionary.
Public method to record an issue.
Public method to check the given source against security related conditions.