Project: flask-restx

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 31987
Lines covered 10655
Code coverage 33.31%
Code coverage report Report link
Static reachability 3.16%
Fuzz Introspector report Report link (from 2025-07-09)

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
werkzeug.debug.DebuggedApplication.__call__ werkzeug.debug 783 0.0%
werkzeug.middleware.shared_data.SharedDataMiddleware.__call__ werkzeug.middleware.shared_data 573 0.0%
werkzeug.debug.DebuggedApplication.debug_application werkzeug.debug 557 0.0%
werkzeug.test.Client.open werkzeug.test 505 0.0%
flask.app.Flask.__call__ flask.app 442 0.0%
flask.app.Flask.wsgi_app flask.app 439 0.0%
flask.app.Flask.run flask.app 345 0.0%
flask.cli.run_command flask.cli 337 0.0%
flask_restx.api.Api.__schema__ flask_restx.api 336 0.0%
flask_restx.swagger.Swagger.as_dict flask_restx.swagger 327 0.0%