Project: airflow

Language python
OSS-Fuzz project link
Project repository link
Build status: Fuzzers succeeding: Build log
Build status: Code coverage succeeding: Build log
Build status: Fuzz Introspector succeeding: Build log
Fuzzer count 1
Lines of code 162260
Lines covered 64455
Code coverage 39.72%
Code coverage report Report link
Static reachability 0.02%
Fuzz Introspector report Report link (from 2026-02-14)

Historical Progression

Functions of interest to fuzz

This section outlines functions that may be of interest to fuzz. They are based on ranking functions that have a lot of complexity but currently exhibit low code coverage. The complexity is calculated based on the function itself as well as the functions called by the given function, i.e. the tree of code that the function triggers.


This is only a minor amount of introspection information available for this project. Please consult the Fuzz Introspector report for more information, e.g. the introspection table of all functions in the target project available here.

Function name Function source file Accumulated cyclomatic complexity Code coverage
airflow.utils.cli.action_cli.action_logging.wrapper airflow.utils.cli 7233 0.0%
airflow.utils.cli.suppress_logs_and_warning._wrapper airflow.utils.cli 7206 0.0%
airflow.utils.providers_configuration_loader.providers_configuration_loaded.wrapped_function airflow.utils.providers_configuration_loader 7177 0.0%
airflow.cli.commands.api_server_command.with_api_apps_env.wrapper airflow.cli.commands.api_server_command 4117 0.0%
airflow.cli.commands.dag_processor_command.dag_processor airflow.cli.commands.dag_processor_command 4117 0.0%
airflow.cli.commands.triggerer_command.triggerer airflow.cli.commands.triggerer_command 4112 0.0%
airflow.cli.commands.api_server_command.api_server airflow.cli.commands.api_server_command 4111 0.0%
airflow.cli.commands.scheduler_command.scheduler airflow.cli.commands.scheduler_command 4108 0.0%
airflow.cli.commands.kerberos_command.kerberos airflow.cli.commands.kerberos_command 4061 0.0%
airflow.cli.commands.daemon_utils.run_command_with_daemon_option airflow.cli.commands.daemon_utils 4058 0.0%