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 169765
Lines covered 67412
Code coverage 39.71%
Code coverage report Report link
Static reachability 0.02%
Fuzz Introspector report Report link (from 2026-01-13)

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 7006 0.0%
airflow.utils.cli.suppress_logs_and_warning._wrapper airflow.utils.cli 6982 0.0%
airflow.utils.providers_configuration_loader.providers_configuration_loaded.wrapped_function airflow.utils.providers_configuration_loader 6953 0.0%
airflow.cli.commands.api_server_command.with_api_apps_env.wrapper airflow.cli.commands.api_server_command 3862 0.0%
airflow.cli.commands.dag_processor_command.dag_processor airflow.cli.commands.dag_processor_command 3859 0.0%
airflow.cli.commands.triggerer_command.triggerer airflow.cli.commands.triggerer_command 3857 0.0%
airflow.cli.commands.api_server_command.api_server airflow.cli.commands.api_server_command 3856 0.0%
airflow.cli.commands.scheduler_command.scheduler airflow.cli.commands.scheduler_command 3853 0.0%
airflow.cli.commands.kerberos_command.kerberos airflow.cli.commands.kerberos_command 3806 0.0%
airflow.cli.commands.daemon_utils.run_command_with_daemon_option airflow.cli.commands.daemon_utils 3800 0.0%