Behaviors
List of software behaviors discovered with static code analysis.
Contains unusually long strings. (x1)
anomaly
The software package does not declare any source code repository. (x1)
anomaly
Queries the system time. (x1)
settings
Writes data to the STDOUT stream. (x1)
execution
Reads from files. (x1)
file
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "sys" module, which provides access to system-specific parameters and functions. (x4)
execution
Creates/Opens a file. (x1)
file
Closes a previously open file. (x1)
file
Uses math functions. (x1)
behavior