Module implementing checks for the presence of unicode bidirectional control characters in Python source files.
BIDI_CHARACTERS |
None |
checkTrojanSource | Function to check for the presence of unicode bidirectional control characters in Python source files. |
getChecks | Public method to get a dictionary with checks handled by this module. |
Function to check for the presence of unicode bidirectional control characters in Python source files.
Those characters can be embedded in comments and strings to reorder source code characters in a way that changes its logic.
Public method to get a dictionary with checks handled by this module.