Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x1)
execution
Contains unusually long strings. (x1)
anomaly
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
Imports the "subprocess" module, which provides functions for creating new processes. (x1)
execution
Imports the "re" module, which provides regular expression matching operations. (x1)
execution
Imports the "os" module, which contains miscellaneous operating system interfaces. (x1)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x1)
execution
Imports the "codecs" module, which defines base classes for standard Python codecs. (x1)
execution