Project: airflow

Language python
OSS-Fuzz project 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 168214
Lines covered 59452
Code coverage 35.34%
Code coverage report Report link
Static reachability 0.74%
Fuzz Introspector report Report link

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 10196 0.0%
airflow.utils.cli.suppress_logs_and_warning._wrapper airflow.utils.cli 10183 0.0%
airflow.www.decorators.action_logging.log_action.wrapper airflow.www.decorators 8443 0.0%
airflow.api_internal.internal_api_call.internal_api_call.wrapper airflow.api_internal.internal_api_call 8221 5.882%
airflow.sentry.ConfiguredSentry.enrich_errors.wrapper airflow.sentry 8219 0.0%
airflow.cli.commands.webserver_command.webserver airflow.cli.commands.webserver_command 5255 0.0%
airflow.cli.commands.dag_processor_command.dag_processor airflow.cli.commands.dag_processor_command 4983 0.0%
airflow.cli.commands.internal_api_command.internal_api airflow.cli.commands.internal_api_command 4968 0.0%
airflow.cli.commands.celery_command.worker airflow.cli.commands.celery_command 4878 0.0%
airflow.cli.commands.celery_command.flower airflow.cli.commands.celery_command 4804 0.0%