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 168774
Lines covered 67001
Code coverage 39.70%
Code coverage report Report link
Static reachability 0.02%
Fuzz Introspector report Report link (from 2025-12-31)

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 8000 0.0%
airflow.utils.cli.suppress_logs_and_warning._wrapper airflow.utils.cli 7982 0.0%
airflow.utils.providers_configuration_loader.providers_configuration_loaded.wrapped_function airflow.utils.providers_configuration_loader 7950 0.0%
airflow.cli.commands.api_server_command.with_api_apps_env.wrapper airflow.cli.commands.api_server_command 3826 0.0%
airflow.cli.commands.dag_processor_command.dag_processor airflow.cli.commands.dag_processor_command 3823 0.0%
airflow.cli.commands.triggerer_command.triggerer airflow.cli.commands.triggerer_command 3820 0.0%
airflow.cli.commands.api_server_command.api_server airflow.cli.commands.api_server_command 3820 0.0%
airflow.cli.commands.scheduler_command.scheduler airflow.cli.commands.scheduler_command 3817 0.0%
airflow.cli.commands.kerberos_command.kerberos airflow.cli.commands.kerberos_command 3770 0.0%
airflow.cli.commands.daemon_utils.run_command_with_daemon_option airflow.cli.commands.daemon_utils 3764 0.0%