Module implementing checks for potentially hardcoded passwords.
RE_CANDIDATES |
RE_WORDS |
None |
checkHardcodedPasswordAsDefault | Function to check for use of hard-coded password argument defaults. |
checkHardcodedPasswordAsFunctionArg | Function to check for use of hard-coded password function arguments. |
checkHardcodedPasswordAsString | Function to check for use of hardcoded password strings. |
getChecks | Public method to get a dictionary with checks handled by this module. |
Function to check for use of hard-coded password argument defaults.
Function to check for use of hard-coded password function arguments.
Function to check for use of hardcoded password strings.
Public method to get a dictionary with checks handled by this module.