Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
The software package does not declare any source code repository. (x1)
anomaly
Enumerates files in a given directory. (x2)
search
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x2)
execution
Compiles a string into a Python code object, which can be executed. (x1)
execution
Reads from files. (x1)
file
Imports the "sys" module, which provides access to system-specific parameters and functions. (x6)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x2)
execution
Creates/Opens a file. (x1)
file