Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-10-10

Project overview: dulwich

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
4.0%
101 / 2315
Cyclomatic complexity statically reachable by fuzzers
4.0%
369 / 8311
Runtime code coverage of functions
14.0%
326 / 2315

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

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: fuzz_object_store

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 78 75.7%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 25 24.2%
All colors 103 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
30 46 dulwich.patch.write_tree_diff call site: 00046 dulwich.patch.write_object_diff
25 77 dulwich.objects.S_ISGITLINK call site: 00077 dulwich.patch.unified_diff_with_algorithm
15 30 ...dulwich.fuzzing.fuzz-targets.fuzz_object_store.TestOneInput call site: 00030 dulwich.patch.write_tree_diff
2 0 EP call site: 00000 dulwich.repo.MemoryRepo.__init__
2 19 ...dulwich.fuzzing.fuzz-targets.fuzz_object_store.TestOneInput call site: 00019 dulwich.objects.Commit.__init__
2 23 ...dulwich.fuzzing.fuzz-targets.fuzz_object_store.TestOneInput call site: 00023 test_utils.EnhancedFuzzedDataProvider.ConsumeRandomBytes
2 27 ...dulwich.fuzzing.fuzz-targets.fuzz_object_store.TestOneInput call site: 00027 test_utils.EnhancedFuzzedDataProvider.ConsumeRandomInt

Runtime coverage analysis

Covered functions
361
Functions that are reachable but not covered
43
Reachable functions
55
Percentage of reachable functions covered
21.82%
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
/ 1
...dulwich.fuzzing.fuzz-targets.fuzz_object_store 14
dulwich.repo 4
dulwich.refs 2
dulwich.object_store 1
dulwich.config 2
dulwich.objects 4
dulwich.patch 26
dulwich.diff 8

Fuzzer: fuzz_bundle

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 212 94.2%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 5.77%
All colors 225 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
114 10 ...dulwich.fuzzing.fuzz-targets.fuzz_bundle.TestOneInput call site: 00010 dulwich.pack.pack_objects_to_data
62 136 dulwich.file.GitFile call site: 00136 dulwich.bundle.write_bundle
24 199 ...dulwich.fuzzing.fuzz-targets.fuzz_bundle.TestOneInput call site: 00199 dulwich.bundle._read_bundle
7 1 ...dulwich.fuzzing.fuzz-targets.fuzz_bundle.TestOneInput call site: 00001 test_utils.EnhancedFuzzedDataProvider.PickValueInList
4 125 ...dulwich.fuzzing.fuzz-targets.fuzz_bundle.TestOneInput call site: 00125 dulwich.pack.PackData.from_file
1 133 dulwich.file._GitFile.__init__ call site: 00133 .getattr

Runtime coverage analysis

Covered functions
361
Functions that are reachable but not covered
116
Reachable functions
120
Percentage of reachable functions covered
3.33%
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
/ 1
...dulwich.fuzzing.fuzz-targets.fuzz_bundle 13
dulwich.pack 83
dulwich.file 7
dulwich.contrib.swift 6
dulwich.bundle 25

Fuzzer: fuzz_configfile

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 1 1.31%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 75 98.6%
All colors 76 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
1 5 dulwich.config.ConfigFile.__init__ call site: 00005 included_paths.copy

Runtime coverage analysis

Covered functions
362
Functions that are reachable but not covered
27
Reachable functions
35
Percentage of reachable functions covered
22.86%
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
/ 1
...dulwich.fuzzing.fuzz-targets.fuzz_configfile 3
dulwich.config 31

Fuzzer: fuzz_repo

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 126 41.4%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 178 58.5%
All colors 304 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
25 164 dulwich.config.ConfigDict.items call site: 00164 dulwich.object_store.DiskObjectStore.from_config
24 192 dulwich.config.StackedConfig.get call site: 00192 dulwich.reftable.ReftableRefsContainer.__init__
15 258 dulwich.config.StackedConfig.default_backends call site: 00258 dulwich.config.get_win_system_paths
9 218 dulwich.repo.Repo.__init__ call site: 00218 dulwich.repo.parse_graftpoints
7 37 dulwich.repo.Repo.__init__ call site: 00037 os.path.isfile
7 282 dulwich.repo.Repo._init_maybe_bare call site: 00282 test_utils.EnhancedFuzzedDataProvider.ConsumeRandomBytes
6 45 dulwich.repo.Repo.__init__ call site: 00045 dulwich.repo.read_gitfile
4 58 dulwich.repo.Repo.get_named_file call site: 00058 os.path.join
4 293 ...dulwich.fuzzing.fuzz-targets.fuzz_repo.TestOneInput call site: 00293 repo.get_worktree
4 299 ...dulwich.fuzzing.fuzz-targets.fuzz_repo.TestOneInput call site: 00299 test_utils.EnhancedFuzzedDataProvider.ConsumeRandomInt
3 0 EP call site: 00000 dulwich.repo.Repo.init
3 10 dulwich.repo.Repo.init call site: 00010 ctypes.WINFUNCTYPE

Runtime coverage analysis

Covered functions
361
Functions that are reachable but not covered
88
Reachable functions
127
Percentage of reachable functions covered
30.71%
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
/ 1
...dulwich.fuzzing.fuzz-targets.fuzz_repo 16
dulwich.repo 47
dulwich.object_store 7
dulwich.refs 3
dulwich.config 64
dulwich.reftable 11
dulwich.objects 3
dulwich.hooks 2

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
dulwich.porcelain.clone dulwich.porcelain 14 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 11 0 7 12 8 402 4 1354 941
dulwich.client.GitClient.clone dulwich.client 13 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 10 0 10 13 8 450 0 1484 794
dulwich.cli.cmd_lfs.run dulwich.cli 2 ['N/A', 'N/A'] 14 0 43 20 11 344 0 1163 712
dulwich.porcelain.upload_pack dulwich.porcelain 3 ['N/A', 'N/A', 'N/A'] 10 0 2 2 4 382 1 1256 514
dulwich.cli.cmd_rebase.run dulwich.cli 2 ['N/A', 'N/A'] 9 0 25 9 7 210 0 719 318
dulwich.worktree.WorkTree.commit dulwich.worktree 14 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 8 0 14 25 13 293 1 978 266
dulwich.cli.cmd_diff.run dulwich.cli 2 ['N/A', 'N/A'] 9 0 17 7 6 208 0 700 160

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

Functions statically reachable by fuzzers
26.0%
595 / 2315
Cyclomatic complexity statically reachable by fuzzers
28.0%
2325 / 8311

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/dulwich/fuzzing/fuzz-targets/fuzz_object_store.py

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=['dulwich.patch.write_tree_diff', 'dulwich.objects.S_ISGITLINK', '...dulwich.fuzzing.fuzz-targets.fuzz_object_store.TestOneInput']

/src/dulwich/fuzzing/fuzz-targets/fuzz_bundle.py

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=['...dulwich.fuzzing.fuzz-targets.fuzz_bundle.TestOneInput', 'dulwich.file.GitFile', 'dulwich.file._GitFile.__init__']

/src/dulwich/fuzzing/fuzz-targets/fuzz_configfile.py

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=['dulwich.config.ConfigFile.__init__']

/src/dulwich/fuzzing/fuzz-targets/fuzz_repo.py

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=['dulwich.config.ConfigDict.items', 'dulwich.config.StackedConfig.get', 'dulwich.config.StackedConfig.default_backends', 'dulwich.repo.Repo.__init__', 'dulwich.repo.Repo._init_maybe_bare', 'dulwich.repo.Repo.get_named_file', '...dulwich.fuzzing.fuzz-targets.fuzz_repo.TestOneInput']

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
dulwich.repo.Repo.clone 40 0 0.0% []
dulwich.repo.Repo.get_gitattributes 39 13 33.33% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.repo.MemoryRepo.do_commit 61 0 0.0% []
dulwich.objects.Tag._deserialize 37 0 0.0% []
dulwich.objects.parse_commit 45 5 11.11% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.objects.Commit.check 32 0 0.0% []
repo.object_store.tree_changes 44 23 52.27% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.patch.parse_patch_message 39 0 0.0% []
dulwich.object_store.find_shallow.get_parents 31 0 0.0% []
dulwich.object_store.DiskObjectStore.from_config 44 0 0.0% ['fuzz_repo']
dulwich.object_store.DiskObjectStore._complete_pack 31 0 0.0% []
dulwich.object_store.DiskObjectStore.write_commit_graph 34 0 0.0% []
dulwich.object_store.MissingObjectFinder.__next__ 31 0 0.0% []
dulwich.refs.DiskRefsContainer.set_if_equals 39 0 0.0% []
dulwich.refs.DiskRefsContainer.remove_if_equals 34 0 0.0% []
dulwich.diff_tree.walk_trees 51 9 17.64% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.diff_tree.RenameDetector._find_exact_renames 33 0 0.0% []
dulwich.pack.read_zlib_chunks 33 0 0.0% []
dulwich.pack.unpack_object 32 0 0.0% []
dulwich.pack.PackChunkGenerator._pack_data_chunks 39 0 0.0% ['fuzz_bundle']
dulwich.pack.apply_delta.get_delta_header_size 44 0 0.0% []
dulwich.pack.write_pack_index_v3 37 0 0.0% []
dulwich.pack.Pack.resolve_object 36 0 0.0% []
dulwich.config.ConfigFile._evaluate_hasconfig_condition 34 0 0.0% []
dulwich.gc.find_reachable_objects 39 0 0.0% []
dulwich.gc.garbage_collect 52 0 0.0% []
dulwich.gc.maybe_auto_gc 34 2 5.882% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.index._decompress_path_from_stream 49 21 42.85% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.index.read_index_dict_with_version 42 18 42.85% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.index._transition_to_file 34 0 0.0% []
dulwich.index.detect_case_only_renames.normalize_path 46 0 0.0% []
dulwich.index.update_working_tree 96 0 0.0% []
dulwich.protocol.ReceivableProtocol.read 31 0 0.0% []
dulwich.filters.ProcessFilterDriver._get_or_start_process.read_func 34 0 0.0% []
dulwich.filters.ProcessFilterDriver._use_process_filter 48 0 0.0% []
dulwich.filters.ProcessFilterDriver.cleanup 32 0 0.0% []
dulwich.filters.FilterRegistry._create_from_config 32 0 0.0% []
dulwich.filters.get_filter_for_path 44 19 43.18% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.worktree.WorkTree.stage 39 21 53.84% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']
dulwich.worktree.WorkTree.unstage 35 0 0.0% []
dulwich.worktree.list_worktrees 56 0 0.0% []
dulwich.worktree.add_worktree 39 0 0.0% []
dulwich.worktree.remove_worktree 37 0 0.0% []
dulwich.worktree.prune_worktrees 34 0 0.0% []
dulwich.attrs._translate_pattern 44 2 4.545% ['fuzz_bundle', 'fuzz_configfile', 'fuzz_repo', 'fuzz_object_store']

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
[] []
pwd [] []
test_utils [] []
nturl2path [] []
random [] []
multiprocessing [] []
urllib [] []
dulwich.cli [] []
logging [] []
http [] []
fnmatch [] []
dulwich.gc [] []
struct [] []
subprocess [] []
dulwich.config ['fuzz_object_store', 'fuzz_configfile', 'fuzz_repo'] []
stat [] []
dulwich.contrib.release_robot [] []
select [] []
patiencediff [] []
dulwich.contrib.requests_vendor [] []
copy [] []
dulwich.contrib [] []
winreg [] []
dulwich.sparse_patterns [] []
pdb [] []
typing_extensions [] []
heapq [] []
ctypes [] []
glob [] []
dulwich.server [] []
dulwich.submodule [] []
contextlib [] []
dulwich.object_store ['fuzz_object_store', 'fuzz_repo'] []
mmap [] []
paramiko [] []
dulwich.diff ['fuzz_object_store'] []
dulwich.lfs_server [] []
dulwich.stash [] []
binascii [] []
gzip [] []
...dulwich.fuzzing.fuzz-targets.fuzz_configfile ['fuzz_configfile'] []
replace_me [] []
rich [] []
dulwich.greenthreads [] []
time [] []
dulwich.bundle ['fuzz_bundle'] []
dulwich.mailmap [] []
dulwich.index [] []
[] []
argparse [] []
dulwich.credentials [] []
platform [] []
json [] []
dulwich.graph [] []
cdifflib [] []
shutil [] []
dulwich.web [] []
dulwich.client [] []
dulwich.diff_tree [] []
dulwich.commit_graph [] []
socketserver [] []
shlex [] []
dulwich.objects ['fuzz_object_store', 'fuzz_repo'] []
urllib3 [] []
configparser [] []
msvcrt [] []
dulwich.objectspec [] []
dulwich [] []
warnings [] []
threading [] []
itertools [] []
win32api [] []
collections [] []
dulwich.contrib.paramiko_vendor [] []
ipaddress [] []
dulwich.__main__ [] []
dulwich.walk [] []
dulwich.archive [] []
dulwich.rebase [] []
dulwich.cloud.gcs [] []
dulwich.hooks ['fuzz_repo'] []
zlib [] []
dulwich.reftable ['fuzz_repo'] []
geventhttpclient [] []
dulwich.fastexport [] []
io [] []
dulwich.contrib.swift ['fuzz_bundle'] []
gevent [] []
socket [] []
functools [] []
optparse [] []
datetime [] []
dulwich.line_ending [] []
dulwich.log_utils [] []
typing [] []
dulwich.repo ['fuzz_object_store', 'fuzz_repo'] []
dulwich.protocol [] []
atheris [] []
re [] []
dataclasses [] []
dulwich.lfs [] []
dulwich.file ['fuzz_bundle'] []
sys [] []
...dulwich.fuzzing.fuzz-targets.fuzz_object_store ['fuzz_object_store'] []
difflib [] []
os [] []
pathlib [] []
...dulwich.fuzzing.fuzz-targets.fuzz_bundle ['fuzz_bundle'] []
dulwich.lru_cache [] []
requests [] []
hashlib [] []
dulwich.annotate [] []
dulwich.refs ['fuzz_object_store', 'fuzz_repo'] []
fastimport [] []
dulwich.attrs [] []
gpg [] []
dulwich.merge [] []
dulwich.notes [] []
dulwich.porcelain [] []
dulwich.contrib.diffstat [] []
tarfile [] []
dulwich.filters [] []
dulwich.pack ['fuzz_bundle'] []
signal [] []
concurrent [] []
dulwich.worktree [] []
...dulwich.fuzzing.fuzz-targets.fuzz_repo ['fuzz_repo'] []
unicodedata [] []
gc [] []
dulwich.whitespace [] []
tempfile [] []
wsgiref [] []
dulwich.patch ['fuzz_object_store'] []
dulwich.dumb [] []
dulwich.errors [] []
dulwich.bisect [] []
dulwich.reflog [] []
posixpath [] []
merge3 [] []
dulwich.merge_drivers [] []
dulwich.ignore [] []
dulwich.cloud [] []
dulwich.filter_branch [] []

Directories in report

Directory