Behaviors
List of software behaviors discovered with static code analysis.
Executes an expression. (x1)
execution
Evaluates an expression. (x1)
execution
The software package does not declare any source code repository. (x1)
anomaly
Imports the "sys" module, which provides access to system-specific parameters and functions. (x2)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Uses string-related functions. (x1)
behavior
Uses logical functions. (x1)
behavior