Project: jinja2

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 3
Lines of code 5920
Lines covered 3830
Code coverage 64.70%
Code coverage report Report link
Static reachability 11.98%
Fuzz Introspector report Report link (from 2024-07-25)

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
jinja2.ext.babel_extract jinja2.ext 448 0.0%
jinja2.environment.Environment.compile_templates jinja2.environment 426 0.0%
...fuzz_jinja_compile_expr.TestOneInput ...fuzz_jinja_compile_expr 384 14.28%
jinja2.environment.Environment.parse jinja2.environment 337 0.0%
jinja2.parser.Parser.parse_with jinja2.parser 298 0.0%
jinja2.parser.Parser.parse_autoescape jinja2.parser 292 0.0%
jinja2.parser.Parser.parse_macro jinja2.parser 292 0.0%
jinja2.compiler.CodeGenerator.visit_CallBlock jinja2.compiler 215 0.0%
jinja2.parser.Parser.parse_include jinja2.parser 187 0.0%
jinja2.compiler.CodeGenerator.visit_Macro jinja2.compiler 181 0.0%