Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: convert_jsonnet_fuzzer_stream

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 375 16.1%
gold [1:9] 183 7.89%
yellow [10:29] 119 5.13%
greenyellow [30:49] 39 1.68%
lawngreen 50+ 1603 69.1%
All colors 2319 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
41 1891 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01891 __cxa_allocate_exception
40 2114 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02114 __cxa_allocate_exception
27 2242 from_string(JsonnetVm*, std::__1::basic_string , std::__1::allocator > const&) call site: 02242 realloc
21 2069 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02069 __cxa_allocate_exception
15 2222 jsonnet::internal::(anonymous namespace)::Heap::~Heap() call site: 02222 __cxa_allocate_exception
14 1113 jsonnet::internal::Array* jsonnet::internal::Allocator::clone (jsonnet::internal::Array*) call site: 01113 __dynamic_cast
10 1730 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01730 __cxa_allocate_exception
9 1100 jsonnet::internal::Apply* jsonnet::internal::Allocator::clone (jsonnet::internal::Apply*) call site: 01100 __dynamic_cast
8 1131 jsonnet::internal::Binary* jsonnet::internal::Allocator::clone (jsonnet::internal::Binary*) call site: 01131 __dynamic_cast
8 1226 jsonnet::internal::Object* jsonnet::internal::Allocator::clone (jsonnet::internal::Object*) call site: 01226 __dynamic_cast
8 1719 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01719 __cxa_allocate_exception
7 1149 jsonnet::internal::DesugaredObject* jsonnet::internal::Allocator::clone (jsonnet::internal::DesugaredObject*) call site: 01149 __dynamic_cast

Runtime coverage analysis

Covered functions
476
Functions that are reachable but not covered
166
Reachable functions
1018
Percentage of reachable functions covered
83.69%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/convert_jsonnet_fuzzer_stream.cc 3
/src/jsonnet/core/libjsonnet.cpp 10
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 195
/src/jsonnet/core/lexer.cpp 17
/src/jsonnet/core/static_error.h 19
/src/jsonnet/core/lexer.h 13
/src/jsonnet/core/parser.cpp 22
/src/jsonnet/core/unicode.h 12
/src/jsonnet/core/desugarer.cpp 82
/src/jsonnet/core/string_utils.cpp 6
/src/jsonnet/core/pass.cpp 4
/src/jsonnet/core/pass.h 1
/src/jsonnet/core/static_analysis.cpp 3
/src/jsonnet/core/vm.cpp 77
/src/jsonnet/core/state.h 37
/src/jsonnet/core/vm.h 3
/src/jsonnet/core/path_utils.cpp 1

Fuzzer: convert_jsonnet_fuzzer_multi

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 365 15.7%
gold [1:9] 204 8.79%
yellow [10:29] 84 3.62%
greenyellow [30:49] 35 1.50%
lawngreen 50+ 1631 70.3%
All colors 2319 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
41 1891 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01891 __cxa_allocate_exception
40 2114 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02114 __cxa_allocate_exception
27 2268 jsonnet::internal::jsonnet_vm_execute_multi(jsonnet::internal::Allocator*, jsonnet::internal::AST const*, std::__1::map , std::__1::allocator >, jsonnet::internal::VmExt, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, jsonnet::internal::VmExt> > > const&, unsigned int, double, double, std::__1::map , std::__1::allocator >, jsonnet::internal::VmNativeCallback, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, jsonnet::internal::VmNativeCallback> > > const&, int (*)(void*, char const*, char const*, char**, char**, unsigned long*), void*, bool) call site: 02268 __cxa_allocate_exception
21 2069 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02069 __cxa_allocate_exception
15 2222 jsonnet::internal::(anonymous namespace)::Heap::~Heap() call site: 02222 __cxa_allocate_exception
14 1113 jsonnet::internal::Array* jsonnet::internal::Allocator::clone (jsonnet::internal::Array*) call site: 01113 __dynamic_cast
10 1730 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01730 __cxa_allocate_exception
9 1100 jsonnet::internal::Apply* jsonnet::internal::Allocator::clone (jsonnet::internal::Apply*) call site: 01100 __dynamic_cast
8 1131 jsonnet::internal::Binary* jsonnet::internal::Allocator::clone (jsonnet::internal::Binary*) call site: 01131 __dynamic_cast
8 1226 jsonnet::internal::Object* jsonnet::internal::Allocator::clone (jsonnet::internal::Object*) call site: 01226 __dynamic_cast
8 1719 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01719 __cxa_allocate_exception
7 1149 jsonnet::internal::DesugaredObject* jsonnet::internal::Allocator::clone (jsonnet::internal::DesugaredObject*) call site: 01149 __dynamic_cast

Runtime coverage analysis

Covered functions
476
Functions that are reachable but not covered
166
Reachable functions
1018
Percentage of reachable functions covered
83.69%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/convert_jsonnet_fuzzer_multi.cc 3
/src/jsonnet/core/libjsonnet.cpp 10
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 195
/src/jsonnet/core/lexer.cpp 17
/src/jsonnet/core/static_error.h 19
/src/jsonnet/core/lexer.h 13
/src/jsonnet/core/parser.cpp 22
/src/jsonnet/core/unicode.h 12
/src/jsonnet/core/desugarer.cpp 82
/src/jsonnet/core/string_utils.cpp 6
/src/jsonnet/core/pass.cpp 4
/src/jsonnet/core/pass.h 1
/src/jsonnet/core/static_analysis.cpp 3
/src/jsonnet/core/vm.cpp 77
/src/jsonnet/core/state.h 37
/src/jsonnet/core/vm.h 3
/src/jsonnet/core/path_utils.cpp 1

Fuzzer: convert_jsonnet_fuzzer_regular

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 384 16.5%
gold [1:9] 204 8.79%
yellow [10:29] 112 4.82%
greenyellow [30:49] 18 0.77%
lawngreen 50+ 1601 69.0%
All colors 2319 100

Fuzz blockers

The following nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
53 2242 from_string(JsonnetVm*, std::__1::basic_string , std::__1::allocator > const&) call site: 02242 realloc
41 1891 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01891 __cxa_allocate_exception
40 2114 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02114 __cxa_allocate_exception
21 2069 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 02069 __cxa_allocate_exception
14 1113 jsonnet::internal::Array* jsonnet::internal::Allocator::clone (jsonnet::internal::Array*) call site: 01113 __dynamic_cast
10 1730 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01730 __cxa_allocate_exception
9 1100 jsonnet::internal::Apply* jsonnet::internal::Allocator::clone (jsonnet::internal::Apply*) call site: 01100 __dynamic_cast
9 2223 jsonnet::internal::jsonnet_vm_execute(jsonnet::internal::Allocator*, jsonnet::internal::AST const*, std::__1::map , std::__1::allocator >, jsonnet::internal::VmExt, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, jsonnet::internal::VmExt> > > const&, unsigned int, double, double, std::__1::map , std::__1::allocator >, jsonnet::internal::VmNativeCallback, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, jsonnet::internal::VmNativeCallback> > > const&, int (*)(void*, char const*, char const*, char**, char**, unsigned long*), void*, bool) call site: 02223 __cxa_allocate_exception
8 1131 jsonnet::internal::Binary* jsonnet::internal::Allocator::clone (jsonnet::internal::Binary*) call site: 01131 __dynamic_cast
8 1226 jsonnet::internal::Object* jsonnet::internal::Allocator::clone (jsonnet::internal::Object*) call site: 01226 __dynamic_cast
8 1719 jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int) call site: 01719 __cxa_allocate_exception
7 1149 jsonnet::internal::DesugaredObject* jsonnet::internal::Allocator::clone (jsonnet::internal::DesugaredObject*) call site: 01149 __dynamic_cast

Runtime coverage analysis

Covered functions
476
Functions that are reachable but not covered
168
Reachable functions
1018
Percentage of reachable functions covered
83.5%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/convert_jsonnet_fuzzer_regular.cc 3
/src/jsonnet/core/libjsonnet.cpp 10
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 195
/src/jsonnet/core/lexer.cpp 17
/src/jsonnet/core/static_error.h 19
/src/jsonnet/core/lexer.h 13
/src/jsonnet/core/parser.cpp 22
/src/jsonnet/core/unicode.h 12
/src/jsonnet/core/desugarer.cpp 82
/src/jsonnet/core/string_utils.cpp 6
/src/jsonnet/core/pass.cpp 4
/src/jsonnet/core/pass.h 1
/src/jsonnet/core/static_analysis.cpp 3
/src/jsonnet/core/vm.cpp 77
/src/jsonnet/core/state.h 37
/src/jsonnet/core/vm.h 3
/src/jsonnet/core/path_utils.cpp 1

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
jsonnet::internal::(anonymousnamespace)::Interpreter::builtinParseYaml(jsonnet::internal::LocationRangeconst&,std::__1::vector >const&) /src/jsonnet/core/vm.cpp 3 ['N/A', 'N/A', 'N/A'] 19 0 264 57 46 1485 0 7424 7169
jsonnet_fmt_file /src/jsonnet/core/libjsonnet.cpp 3 ['N/A', 'N/A', 'N/A'] 14 0 181 38 24 889 0 4651 651
c4::yml::Tree::resolve() /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 1 ['N/A'] 14 0 997 223 207 219 0 830 463
c4::yml::Tree::lookup_path_or_modify(c4::yml::Treeconst*,unsignedlong,c4::basic_substring ,unsignedlong) /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 6 ['N/A', 'N/A', 'size_t', 'N/A', 'size_t', 'size_t'] 14 0 13 3 2 206 0 830 302
jsonnet::internal::Desugarer::desugarFields(jsonnet::internal::AST*,std::__1::vector >&,unsignedint)::SubstituteSelfSuper::visitExpr(jsonnet::internal::AST*&) /src/jsonnet/core/desugarer.cpp 2 ['N/A', 'N/A'] 4 0 253 49 42 31 0 196 158
c4::yml::Parser::_location_from_node(c4::yml::Treeconst&,unsignedlong,c4::yml::Location*,unsignedlong)const /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 5 ['N/A', 'N/A', 'size_t', 'N/A', 'size_t'] 9 0 485 111 45 75 3 250 148
c4::yml::Tree::resolve_tags() /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 1 ['N/A'] 12 0 44 11 5 165 0 546 118
c4::yml::Tree::_do_reorder(unsignedlong*,unsignedlong) /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 3 ['N/A', 'N/A', 'size_t'] 9 0 55 12 5 76 2 229 116
c4::yml::NodeRef::set_val_serialized(c4::fmt::base64_wrapper_ ) /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 3 ['N/A', 'N/A', 'size_t'] 11 0 20 3 2 144 0 453 99
c4::base64_decode(c4::basic_substring ,c4::blob_ ) /src/jsonnet/third_party/rapidyaml/ryml_all.hpp 4 ['N/A', 'size_t', 'N/A', 'size_t'] 2 0 949 221 87 19 0 134 97

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
76.0%
1380 / 1823
Cyclomatic complexity statically reachable by fuzzers
86.0%
15978 / 18644

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz engine guidance

This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.

/src/convert_jsonnet_fuzzer_stream.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'from_string(JsonnetVm*, std::__1::basic_string, std::__1::allocator > const&)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Heap::~Heap()', 'jsonnet::internal::Array* jsonnet::internal::Allocator::clone(jsonnet::internal::Array*)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::Apply* jsonnet::internal::Allocator::clone(jsonnet::internal::Apply*)', 'jsonnet::internal::Binary* jsonnet::internal::Allocator::clone(jsonnet::internal::Binary*)', 'jsonnet::internal::Object* jsonnet::internal::Allocator::clone(jsonnet::internal::Object*)']

/src/convert_jsonnet_fuzzer_multi.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::jsonnet_vm_execute_multi(jsonnet::internal::Allocator*, jsonnet::internal::AST const*, std::__1::map, std::__1::allocator >, jsonnet::internal::VmExt, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, jsonnet::internal::VmExt> > > const&, unsigned int, double, double, std::__1::map, std::__1::allocator >, jsonnet::internal::VmNativeCallback, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, jsonnet::internal::VmNativeCallback> > > const&, int (*)(void*, char const*, char const*, char**, char**, unsigned long*), void*, bool)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Heap::~Heap()', 'jsonnet::internal::Array* jsonnet::internal::Allocator::clone(jsonnet::internal::Array*)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::Apply* jsonnet::internal::Allocator::clone(jsonnet::internal::Apply*)', 'jsonnet::internal::Binary* jsonnet::internal::Allocator::clone(jsonnet::internal::Binary*)', 'jsonnet::internal::Object* jsonnet::internal::Allocator::clone(jsonnet::internal::Object*)']

/src/convert_jsonnet_fuzzer_regular.cc

Dictionary

Use this with the libFuzzer -dict=DICT.file flag


Fuzzer function priority

Use one of these functions as input to libfuzzer with flag: -focus_function name

-focus_function=['from_string(JsonnetVm*, std::__1::basic_string, std::__1::allocator > const&)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::Array* jsonnet::internal::Allocator::clone(jsonnet::internal::Array*)', 'jsonnet::internal::(anonymous namespace)::Interpreter::evaluate(jsonnet::internal::AST const*, unsigned int)', 'jsonnet::internal::Apply* jsonnet::internal::Allocator::clone(jsonnet::internal::Apply*)', 'jsonnet::internal::jsonnet_vm_execute(jsonnet::internal::Allocator*, jsonnet::internal::AST const*, std::__1::map, std::__1::allocator >, jsonnet::internal::VmExt, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, jsonnet::internal::VmExt> > > const&, unsigned int, double, double, std::__1::map, std::__1::allocator >, jsonnet::internal::VmNativeCallback, std::__1::less, std::__1::allocator > >, std::__1::allocator, std::__1::allocator > const, jsonnet::internal::VmNativeCallback> > > const&, int (*)(void*, char const*, char const*, char**, char**, unsigned long*), void*, bool)', 'jsonnet::internal::Binary* jsonnet::internal::Allocator::clone(jsonnet::internal::Binary*)', 'jsonnet::internal::Object* jsonnet::internal::Allocator::clone(jsonnet::internal::Object*)']

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/jsonnet/core/formatter.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/desugarer.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/convert_jsonnet_fuzzer_multi.cc ['convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/vm.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/static_error.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/path_utils.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/convert_jsonnet_fuzzer_stream.cc ['convert_jsonnet_fuzzer_stream'] ['convert_jsonnet_fuzzer_stream']
/src/jsonnet/third_party/json/nlohmann/json.hpp [] []
/src/jsonnet/core/unicode.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/formatter.cpp [] []
/src/jsonnet/core/lexer.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/third_party/md5/md5.cpp [] []
/src/jsonnet/core/pass.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/vm.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/libjsonnet.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/ast.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/usr/local/bin/../include/c++/v1/__exception/exception.h [] []
/src/jsonnet/core/lexer.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/string_utils.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/static_analysis.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/jsonnet/core/pass.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/convert_jsonnet_fuzzer_regular.cc ['convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_regular']
/usr/local/bin/../include/c++/v1/string [] []
/src/jsonnet/core/parser.cpp ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/core/json.h [] []
/src/jsonnet/core/state.h ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi', 'convert_jsonnet_fuzzer_regular']
/src/jsonnet/third_party/rapidyaml/ryml_all.hpp [] []

Directories in report

Directory
/src/jsonnet/third_party/json/nlohmann/
/usr/local/bin/../include/c++/v1/
/src/jsonnet/third_party/rapidyaml/
/src/jsonnet/third_party/md5/
/src/jsonnet/core/
/src/
/usr/local/bin/../include/c++/v1/__exception/