Behaviors
List of software behaviors discovered with static code analysis.
Renames a file or directory. (x1)
file
Queries the value of an environment variable. (x1)
search
Writes to files. (x1)
file
Writes data to the STDOUT stream. (x1)
execution
Uses concurrency functions. (x1)
execution
Reads from files. (x1)
file
Queries the size of a file. (x1)
file
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