Behaviors
List of software behaviors discovered with static code analysis.
Creates temporary files. (x1)
file
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x6)
execution
Imports the "json" module, which implements functions for manipulating JSON files. (x3)
execution
Uses json-related functions. (x3)
file
Creates/Opens a file. (x1)
file
Closes a previously open file. (x1)
file
Exits the script. (x2)
execution
Uses string-related functions. (x1)
behavior