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

Fuzzer details

Fuzzer: convert_jsonnet_fuzzer_regular

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 237 15.4%
gold 109 7.10%
yellow 55 3.58%
greenyellow 21 1.36%
lawngreen 1112 72.4%
All colors 1534 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
43 1475 jsonnet_evaluate_snippet_aux(JsonnetVm*, char const*, char const*, int*, (anonymous namespace)::EvalKind) call site __cxa_allocate_exception
28 1396 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
27 1212 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
13 3 jsonnet_make call site jsonnet_realloc
13 1365 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
10 923 jsonnet_vm_execute(Allocator*, AST const*, std::__1::map , std::__1::allocator >, VmExt, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmExt> > > const&, unsigned int, double, double, std::__1::map , std::__1::allocator >, VmNativeCallback, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmNativeCallback> > > const&, char* (*)(void*, char const*, char const*, char**, int*), void*, bool) call site
7 843 LocationRange::LocationRange(std::__1::basic_string , std::__1::allocator > const&) call site
6 325 ObjectField::Local(std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, bool, Identifier const*, std::__1::vector > const&, bool, std::__1::vector > const&, AST*, std::__1::vector > const&) call site __assert_fail
6 1106 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
6 1461 jsonnet_vm_execute(Allocator*, AST const*, std::__1::map , std::__1::allocator >, VmExt, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmExt> > > const&, unsigned int, double, double, std::__1::map , std::__1::allocator >, VmNativeCallback, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmNativeCallback> > > const&, char* (*)(void*, char const*, char const*, char**, int*), void*, bool) call site __cxa_allocate_exception
5 1044 (anonymous namespace)::Interpreter::makeError(LocationRange const&, std::__1::basic_string , std::__1::allocator > const&) call site
4 18 from_string(JsonnetVm*, std::__1::basic_string , std::__1::allocator > const&) call site __assert_fail

Branch Blockers [Click to view]

Runtime coverage analysis

Covered functions
473
Functions that are reachable but not covered
53
Reachable functions
335
Percentage of reachable functions covered
84.18%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
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 12
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 54
/src/jsonnet/core/lexer.cpp 15
/src/jsonnet/core/static_error.h 17
/src/jsonnet/core/lexer.h 12
/src/jsonnet/core/parser.cpp 21
/src/jsonnet/core/unicode.h 11
/src/jsonnet/core/desugarer.cpp 72
/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 74
/src/jsonnet/core/state.h 14
/src/jsonnet/core/vm.h 2
/usr/local/bin/../include/c++/v1/math.h 4

Fuzzer: convert_jsonnet_fuzzer_stream

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 241 15.7%
gold 79 5.15%
yellow 65 4.24%
greenyellow 35 2.28%
lawngreen 1113 72.6%
All colors 1533 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
28 1396 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
27 1212 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
21 1474 (anonymous namespace)::Interpreter::~Interpreter() call site __cxa_allocate_exception
13 3 jsonnet_make call site jsonnet_realloc
13 920 static_analysis(AST*, bool, std::__1::set , std::__1::allocator > const&) call site abort
13 1365 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
11 1460 (anonymous namespace)::Heap::~Heap() call site __cxa_allocate_exception
7 843 LocationRange::LocationRange(std::__1::basic_string , std::__1::allocator > const&) call site
7 1291 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __dynamic_cast
6 325 ObjectField::Local(std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, bool, Identifier const*, std::__1::vector > const&, bool, std::__1::vector > const&, AST*, std::__1::vector > const&) call site __assert_fail
6 1106 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
5 1044 (anonymous namespace)::Interpreter::makeError(LocationRange const&, std::__1::basic_string , std::__1::allocator > const&) call site

Branch Blockers [Click to view]

Runtime coverage analysis

Covered functions
473
Functions that are reachable but not covered
53
Reachable functions
335
Percentage of reachable functions covered
84.18%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
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 12
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 54
/src/jsonnet/core/lexer.cpp 15
/src/jsonnet/core/static_error.h 17
/src/jsonnet/core/lexer.h 12
/src/jsonnet/core/parser.cpp 21
/src/jsonnet/core/unicode.h 11
/src/jsonnet/core/desugarer.cpp 72
/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 74
/src/jsonnet/core/state.h 14
/src/jsonnet/core/vm.h 2
/usr/local/bin/../include/c++/v1/math.h 4

Fuzzer: convert_jsonnet_fuzzer_multi

Call tree

The following is the call tree with color coding for which functions are hit/not hit. This info is based on the coverage achieved of all fuzzers together and not just this specific fuzzer. We use the following coloring scheme where min/max is an interval [min:max) (max non-inclusive) to color the callsite based on how many times the callsite is covered at run time.
Min Max Color
0 1 red
1 10 gold
10 30 yellow
30 50 greenyellow
50 1000000000000 lawngreen

For further technical details on the call tree overview, please see the Glossary .

The distribution of callsites in terms of coloring is
Color Callsite count Percentage
red 237 15.4%
gold 96 6.26%
yellow 59 3.84%
greenyellow 28 1.82%
lawngreen 1113 72.6%
All colors 1533 100

Full call tree

The following link provides a visualisation of the full call tree overlaid with coverage information: full call tree

For further technical details on how the call tree is generated, please see the Glossary .

Fuzz blockers

The followings nodes represent call sites where fuzz blockers occur.

Amount of callsites blocked Calltree index Parent function Callsite Largest blocked function
28 1396 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
27 1212 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
24 1494 jsonnet_vm_execute_multi(Allocator*, AST const*, std::__1::map , std::__1::allocator >, VmExt, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmExt> > > const&, unsigned int, double, double, std::__1::map , std::__1::allocator >, VmNativeCallback, std::__1::less , std::__1::allocator > >, std::__1::allocator , std::__1::allocator > const, VmNativeCallback> > > const&, char* (*)(void*, char const*, char const*, char**, int*), void*, bool) call site __cxa_allocate_exception
13 3 jsonnet_make call site jsonnet_realloc
13 920 static_analysis(AST*, bool, std::__1::set , std::__1::allocator > const&) call site abort
13 1365 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
11 1460 (anonymous namespace)::Heap::~Heap() call site __cxa_allocate_exception
7 843 LocationRange::LocationRange(std::__1::basic_string , std::__1::allocator > const&) call site
7 1291 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __dynamic_cast
6 325 ObjectField::Local(std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, std::__1::vector > const&, bool, Identifier const*, std::__1::vector > const&, bool, std::__1::vector > const&, AST*, std::__1::vector > const&) call site __assert_fail
6 1106 (anonymous namespace)::Interpreter::evaluate(AST const*, unsigned int) call site __cxa_allocate_exception
5 1044 (anonymous namespace)::Interpreter::makeError(LocationRange const&, std::__1::basic_string , std::__1::allocator > const&) call site

Branch Blockers [Click to view]

Runtime coverage analysis

Covered functions
469
Functions that are reachable but not covered
52
Reachable functions
335
Percentage of reachable functions covered
84.48%
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.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
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 12
/src/jsonnet/core/formatter.h 1
/src/jsonnet/core/ast.h 54
/src/jsonnet/core/lexer.cpp 15
/src/jsonnet/core/static_error.h 17
/src/jsonnet/core/lexer.h 12
/src/jsonnet/core/parser.cpp 21
/src/jsonnet/core/unicode.h 11
/src/jsonnet/core/desugarer.cpp 72
/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 74
/src/jsonnet/core/state.h 14
/src/jsonnet/core/vm.h 2
/usr/local/bin/../include/c++/v1/math.h 4

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
(anonymousnamespace)::Interpreter::builtinParseYaml(LocationRangeconst&,std::__1::vector<(anonymousnamespace)::Value,std::__1::allocator<(anonymousnamespace)::Value>>const&) /src/jsonnet/core/vm.cpp 3 ['class.(anonymous namespace)::Interpreter *', 'struct.LocationRange *', 'class.std::__1::vector.247 *'] 13 0 287 57 46 473 0 2828 2624
nlohmann::detail::parser ,std::__1::allocator >,bool,long,unsignedlong,double,std::__1::allocator,nlohmann::adl_serializer>>::parse(bool,nlohmann::basic_json ,std::__1::allocator >,bool,long,unsignedlong,double,std::__1::allocator,nlohmann::adl_serializer>&) /src/jsonnet/third_party/json/json.hpp 3 ['class.nlohmann::detail::parser *', 'N/A', 'class.nlohmann::basic_json *'] 6 0 322 67 59 94 0 953 826
ClonePass::expr(AST*&) /src/jsonnet/core/pass.cpp 2 ['class.ClonePass *', 'struct.AST **'] 6 0 584 92 92 71 0 454 440
jsonnet_fmt_file /src/jsonnet/core/libjsonnet.cpp 3 ['struct.JsonnetVm *', 'char *', 'int *'] 42 0 203 38 24 252 0 3325 293
FixIndentation::expr(AST*,FixIndentation::Indentconst&,bool) /src/jsonnet/core/formatter.cpp 4 ['class.FixIndentation *', 'struct.AST *', 'struct.std::__1::pair.82 *', 'N/A'] 46 0 2288 250 98 24 5 292 268
c4::yml::Tree::resolve() /src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/tree.cpp 1 ['class.c4::yml::Tree *'] 10 0 298 66 63 112 0 489 231
SortImports::toplevelImport(Local*,std::__1::vector >&,std::__1::vector >const&) /src/jsonnet/core/formatter.cpp 4 ['class.Desugarer *', 'struct.Local *', 'class.std::__1::vector.128 *', 'class.std::__1::vector.149 *'] 4 0 254 49 38 24 1 230 191
std::__1::basic_ostringstream ,std::__1::allocator >&c4::yml::operator<< ,std::__1::allocator >>(std::__1::basic_ostringstream ,std::__1::allocator >&,c4::yml::as_jsonconst&) /src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./emit.hpp 2 ['class.std::__1::basic_ostringstream *', 'struct.c4::yml::as_json *'] 12 0 26 3 2 94 0 553 150
c4::yml::Tree::lookup_path_or_modify(c4::basic_substring ,c4::basic_substring ,unsignedlong) /src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/tree.cpp 6 ['class.c4::yml::Tree *', 'char *', 'size_t ', 'char *', 'size_t ', 'size_t '] 7 0 119 23 9 120 0 516 144
c4::yml::Tree::_do_reorder(unsignedlong*,unsignedlong) /src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/tree.cpp 3 ['class.c4::yml::Tree *', 'size_t *', 'size_t '] 6 0 67 12 5 30 2 150 89

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

Functions statically reachable by fuzzers
59.97%
1044/1741
Cyclomatic complexity statically reachable by fuzzers
76.12%
10897 / 14316

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 Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

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/parser.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/error.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/parse.hpp [] []
/usr/local/bin/../include/c++/v1/istream [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/common.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/parse.cpp [] []
/src/jsonnet/core/formatter.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/json.h [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/detail/stack.hpp [] []
/src/jsonnet/core/state.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/formatter.cpp [] []
/usr/local/bin/../include/c++/v1/iosfwd [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./emit.def.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/substr.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/tree.hpp [] []
/src/jsonnet/core/lexer.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/json/json.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./tree.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/tree.cpp [] []
/src/jsonnet/core/libjsonnet.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/static_analysis.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./emit.hpp [] []
/usr/local/bin/../include/c++/v1/math.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] []
/src/jsonnet/core/desugarer.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/usr/local/bin/../include/c++/v1/exception [] []
/src/jsonnet/core/static_error.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/convert_jsonnet_fuzzer_regular.cc ['convert_jsonnet_fuzzer_regular'] ['convert_jsonnet_fuzzer_regular']
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./node.hpp [] []
/usr/include/stdlib.h [] []
/src/jsonnet/core/lexer.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/node.hpp [] []
/src/jsonnet/core/string_utils.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/md5/md5.cpp [] []
/src/jsonnet/core/pass.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/vm.cpp ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/vm.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/std/string.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./parse.hpp [] []
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/charconv.hpp [] []
/src/convert_jsonnet_fuzzer_multi.cc ['convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_multi']
/src/jsonnet/core/unicode.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/common.cpp [] []
/src/jsonnet/core/pass.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/error.cpp [] []
/src/jsonnet/core/ast.h ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi'] ['convert_jsonnet_fuzzer_regular', 'convert_jsonnet_fuzzer_stream', 'convert_jsonnet_fuzzer_multi']
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./writer.hpp [] []
/src/convert_jsonnet_fuzzer_stream.cc ['convert_jsonnet_fuzzer_stream'] ['convert_jsonnet_fuzzer_stream']

Directories in report

Directory
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/./
/src/jsonnet/third_party/md5/
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/std/
/src/jsonnet/core/
/src/jsonnet/third_party/json/
/usr/local/bin/../include/c++/v1/
/usr/include/
/src/jsonnet/third_party/rapidyaml/rapidyaml/src/c4/yml/detail/
/src/
/src/jsonnet/third_party/rapidyaml/rapidyaml/ext/c4core/src/c4/