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: mod_auth_openidc/test/fuzz/fuzz_cookie.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_base64.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_form_params.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_jwt.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: jansson/test/ossfuzz/json_equal_copy_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: jansson/test/ossfuzz/json_load_dump_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_response_header.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_url.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: mod_auth_openidc/test/fuzz/fuzz_json.c

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 project has no code coverage. Will not display blockers as blockers depend on code coverage.

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
oidc_check_user_id /src/mod_auth_openidc/src/mod_auth_openidc.c 1 ['request_rec*'] 29 0 24 5 4 1409 0 3321 2409
oidc_content_handler /src/mod_auth_openidc/src/handle/content.c 1 ['request_rec*'] 27 0 29 9 10 1140 0 2735 138
oidc_post_config /src/mod_auth_openidc/src/mod_auth_openidc.c 4 ['apr_pool_t*', 'apr_pool_t*', 'apr_pool_t*', 'server_rec*'] 9 0 30 6 11 127 0 177 91
_cjose_jwe_encrypt_ek_ecdh_es /src/cjose/src/jwe.c 4 ['_jwe_int_recipient_t*', 'cjose_jwe_t*', 'cjose_jwk_t*', 'cjose_err*'] 10 0 43 8 13 235 0 660 86
pack_object /src/jansson/src/pack_unpack.c 2 ['scanner_t*', 'va_list*'] 15 0 45 10 14 107 23 234 75
oidc_discovery_response /src/mod_auth_openidc/src/handle/discovery.c 2 ['request_rec*', 'oidc_cfg_t*'] 27 0 23 6 6 986 1 2365 65
oidc_cfg_parse_key_files /src/mod_auth_openidc/src/cfg/parse.c 4 ['apr_pool_t*', 'char*', 'apr_array_header_t**', 'apr_byte_t'] 9 0 36 11 14 148 4 306 61

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

Functions statically reachable by fuzzers
54.0%
1211 / 2234
Cyclomatic complexity statically reachable by fuzzers
60.0%
4038 / 6766

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 driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

mod_auth_openidc.c

Target file: /src/mod_auth_openidc/src/mod_auth_openidc.c
Target functions: oidc_check_user_id, oidc_post_config
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target oidc_check_user_id */
  UNKNOWN_TYPE unknown_0;
  oidc_check_user_id(unknown_0);

  /* target oidc_post_config */
  UNKNOWN_TYPE unknown_2;
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  oidc_post_config(unknown_2, unknown_3, unknown_4, unknown_5);

  af_safe_gb_cleanup();
}

content.c

Target file: /src/mod_auth_openidc/src/handle/content.c
Target functions: oidc_content_handler
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target oidc_content_handler */
  UNKNOWN_TYPE unknown_1;
  oidc_content_handler(unknown_1);

  af_safe_gb_cleanup();
}

jwe.c

Target file: /src/cjose/src/jwe.c
Target functions: _cjose_jwe_encrypt_ek_ecdh_es
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target _cjose_jwe_encrypt_ek_ecdh_es */
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  UNKNOWN_TYPE unknown_9;
  _cjose_jwe_encrypt_ek_ecdh_es(unknown_6, unknown_7, unknown_8, unknown_9);

  af_safe_gb_cleanup();
}

pack_unpack.c

Target file: /src/jansson/src/pack_unpack.c
Target functions: pack_object
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target pack_object */
  UNKNOWN_TYPE unknown_10;
  UNKNOWN_TYPE unknown_11;
  pack_object(unknown_10, unknown_11);

  af_safe_gb_cleanup();
}

discovery.c

Target file: /src/mod_auth_openidc/src/handle/discovery.c
Target functions: oidc_discovery_response
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target oidc_discovery_response */
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  oidc_discovery_response(unknown_12, unknown_13);

  af_safe_gb_cleanup();
}

parse.c

Target file: /src/mod_auth_openidc/src/cfg/parse.c
Target functions: oidc_cfg_parse_key_files
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target oidc_cfg_parse_key_files */
  UNKNOWN_TYPE unknown_14;
  char *new_var15 = ada_safe_get_char_p();
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  oidc_cfg_parse_key_files(unknown_14, new_var15, unknown_16, unknown_17);

  af_safe_gb_cleanup();
}

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/mod_auth_openidc/src/cfg/cache.h [] []
/src/mod_auth_openidc/src/metadata/oauth.c [] []
/src/mod_auth_openidc/src/cfg/cache.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/util/jwt.c [] []
/src/mod_auth_openidc/test/test_cache.c [] []
/src/cjose/src/header.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/jansson/test/suites/api/test_equal.c [] []
/src/jansson/test/suites/api/test_load_callback.c [] []
/src/jansson/src/dump.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc'] []
/src/mod_auth_openidc/src/cache/common.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/handle/dpop.c [] []
/src/mod_auth_openidc/test/http_server.c [] []
/src/mod_auth_openidc/src/jose/jwk.c [] []
/src/mod_auth_openidc/src/util/key.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/metadata/client.c [] []
/src/mod_auth_openidc/src/cache/shm.c [] []
/src/mod_auth_openidc/src/metadata/internal.h [] []
/src/mod_auth_openidc/test/check_util.h [] []
/src/mod_auth_openidc/test/test_proto.c [] []
/src/mod_auth_openidc/src/util/base64.c ['mod_auth_openidc/test/fuzz/fuzz_base64.c'] []
/src/jansson/src/memory.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/state.c [] []
/src/mod_auth_openidc/src/proto/request_object.c [] []
/src/mod_auth_openidc/src/proto/dpop.c [] []
/src/mod_auth_openidc/src/proto/request.c [] []
/src/mod_auth_openidc/src/cfg/oauth.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/cjose/test/check_jwe.c [] []
/src/jansson/test/ossfuzz/json_equal_copy_fuzzer.cc ['jansson/test/ossfuzz/json_equal_copy_fuzzer.cc'] []
/src/mod_auth_openidc/src/metadata/util.c [] []
/src/mod_auth_openidc/src/cfg/dir.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/test/test_http.c [] []
/src/cjose/src/version.c [] []
/src/mod_auth_openidc/src/cfg/check.c [] []
/src/mod_auth_openidc/src/metrics.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/src/utf.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc'] []
/src/mod_auth_openidc/test/fuzz/fuzz_jwt.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/mod_auth_openidc/test/test-cmd.c [] []
/src/mod_auth_openidc/src/proto/jwks.c [] []
/src/jansson/test/suites/api/test_load.c [] []
/src/mod_auth_openidc/src/proto/jwt.c [] []
/src/mod_auth_openidc/test/fuzz/fuzz_url.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/test/fuzz/fuzz_response_header.c ['mod_auth_openidc/test/fuzz/fuzz_response_header.c'] []
/src/jansson/test/suites/api/test_memory_funcs.c [] []
/src/mod_auth_openidc/test/test_jose.c [] []
/src/jansson/examples/simple_parse.c [] []
/src/mod_auth_openidc/src/handle/jwks.c [] []
/src/jansson/src/hashtable_seed.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/util/jq.c [] []
/src/mod_auth_openidc/src/util/expr.c ['mod_auth_openidc/test/fuzz/fuzz_url.c'] []
/src/mod_auth_openidc/test/test_session.c [] []
/src/mod_auth_openidc/src/jose.h [] []
/src/mod_auth_openidc/src/handle/info.c [] []
/src/mod_auth_openidc/test/test_metadata.c [] []
/src/mod_auth_openidc/src/util/random.c [] []
/src/jansson/src/jansson_private.h [] []
/src/mod_auth_openidc/test/fuzz/fuzz_form_params.c ['mod_auth_openidc/test/fuzz/fuzz_form_params.c'] []
/src/jansson/src/load.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/cache/file.c [] []
/src/jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc ['jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc'] []
/src/cjose/test/check_jws.c [] []
/src/mod_auth_openidc/test/test_metrics.c [] []
/src/mod_auth_openidc/src/oauth.c [] []
/src/mod_auth_openidc/src/handle/revoke.c [] []
/src/mod_auth_openidc/src/jose/jwe.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/jansson/test/suites/api/test_copy.c [] []
/src/cjose/test/check_base64.c [] []
/src/mod_auth_openidc/src/handle/request_uri.c [] []
/src/jansson/test/suites/api/test_fixed_size.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc'] []
/src/jansson/test/suites/api/test_number.c [] []
/src/mod_auth_openidc/src/metadata/provider.c [] []
/src/cjose/test/check_version.c [] []
/src/mod_auth_openidc/test/fuzz/fuzz_cookie.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c'] []
/src/mod_auth_openidc/src/proto/userinfo.c [] []
/src/mod_auth_openidc/src/handle/authz.c [] []
/src/mod_auth_openidc/src/util/request_state.c [] []
/src/jansson/test/suites/api/util.h [] []
/src/cjose/include/cjose/error.h [] []
/src/jansson/doc/github_commits.c [] []
/src/jansson/src/strbuffer.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/session.c [] []
/src/mod_auth_openidc/src/jose.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/mod_auth_openidc/src/cache/memcache.c [] []
/src/mod_auth_openidc/src/handle/userinfo.c [] []
/src/jansson/src/dtoa.c [] []
/src/cjose/src/jwk.c [] []
/src/mod_auth_openidc/src/cfg/parse.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/src/value.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/cjose/test/check_cjose.c [] []
/src/cjose/src/util.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/jansson/test/suites/api/test_dump.c [] []
/src/mod_auth_openidc/src/metadata.c [] []
/src/jansson/test/suites/api/test_sprintf.c [] []
/src/mod_auth_openidc/src/cfg/cmds.c [] []
/src/mod_auth_openidc/src/const.h ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/http.h [] []
/src/mod_auth_openidc/src/cfg/dir.h [] []
/src/mod_auth_openidc/src/metadata/conf.c [] []
/src/jansson/test/suites/api/test_object.c [] []
/src/mod_auth_openidc/src/handle/logout.c [] []
/src/mod_auth_openidc/test/test_state.c [] []
/src/mod_auth_openidc/src/proto/pkce.c [] []
/src/cjose/test/check_util.c [] []
/src/jansson/test/suites/api/test_memory_funcs_realloc.c [] []
/src/cjose/src/jws.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/jansson/test/suites/api/test_dump_callback.c [] []
/src/jansson/src/error.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/handle/session_management.c [] []
/src/cjose/test/check_header.c [] []
/src/mod_auth_openidc/src/cfg/oauth.h [] []
/src/mod_auth_openidc/src/util/appinfo.c [] []
/src/mod_auth_openidc/src/jose/internal.h [] []
/src/mod_auth_openidc/test/check_util.c [] []
/src/mod_auth_openidc/src/proto/token.c [] []
/src/mod_auth_openidc/src/proto/id_token.c [] []
/src/jansson/src/hashtable.h [] []
/src/mod_auth_openidc/src/metadata/jwks.c [] []
/src/cjose/test/check_jwk.c [] []
/src/jansson/test/suites/api/test_array.c [] []
/src/mod_auth_openidc/src/cfg/cfg_int.h [] []
/src/jansson/src/hashtable.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/test/suites/api/test_chaos_realloc.c [] []
/src/mod_auth_openidc/src/proto/state.c [] []
/src/jansson/src/jansson.h ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/test/suites/api/test_version.c [] []
/src/jansson/src/version.c [] []
/src/mod_auth_openidc/src/util/url.c ['mod_auth_openidc/test/fuzz/fuzz_url.c'] []
/src/mod_auth_openidc/src/proto/proto.c [] []
/src/mod_auth_openidc/test/fuzz/fuzz_json.c ['mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/metrics.h [] []
/src/mod_auth_openidc/src/handle/content.c [] []
/src/mod_auth_openidc/src/cfg/cfg.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/test/ossfuzz/json_load_dump_fuzzer.cc ['jansson/test/ossfuzz/json_load_dump_fuzzer.cc'] []
/src/mod_auth_openidc/test/test_handle.c [] []
/src/jansson/test/suites/api/test_chaos.c [] []
/src/mod_auth_openidc/src/handle/discovery.c [] []
/src/mod_auth_openidc/src/proto/response.c [] []
/src/mod_auth_openidc/test/fuzz/standalone.c [] []
/src/mod_auth_openidc/src/util/util.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c'] []
/src/mod_auth_openidc/test/test_config.c [] []
/src/mod_auth_openidc/src/proto/auth.c [] []
/src/mod_auth_openidc/src/mod_auth_openidc.c ['mod_auth_openidc/test/fuzz/fuzz_url.c'] []
/src/mod_auth_openidc/src/cfg/provider.h [] []
/src/mod_auth_openidc/src/cache/redis.c [] []
/src/mod_auth_openidc/src/handle/request.c [] []
/src/mod_auth_openidc/src/proto/discovery.c [] []
/src/cjose/test/check_concatkdf.c [] []
/src/jansson/src/pack_unpack.c ['jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc'] []
/src/cjose/src/base64.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/mod_auth_openidc/test/fuzz/fuzz_base64.c ['mod_auth_openidc/test/fuzz/fuzz_base64.c'] []
/src/cjose/include/cjose/util.h [] []
/src/mod_auth_openidc/src/util/html.c [] []
/src/cjose/src/error.c [] []
/src/mod_auth_openidc/test/util.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/json.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/src/lookup3.h [] []
/src/mod_auth_openidc/src/cfg/provider.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/test/stub.c ['mod_auth_openidc/test/fuzz/fuzz_form_params.c'] []
/src/mod_auth_openidc/src/proto/profile.c [] []
/src/cjose/src/concatkdf.c [] []
/src/mod_auth_openidc/src/util/pcre_subst.c ['mod_auth_openidc/test/fuzz/fuzz_url.c'] []
/src/cjose/test/check_cjose.h [] []
/src/mod_auth_openidc/src/http.c ['mod_auth_openidc/test/fuzz/fuzz_cookie.c', 'mod_auth_openidc/test/fuzz/fuzz_base64.c', 'mod_auth_openidc/test/fuzz/fuzz_form_params.c', 'mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'mod_auth_openidc/test/fuzz/fuzz_response_header.c', 'mod_auth_openidc/test/fuzz/fuzz_url.c', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/jansson/test/bin/json_process.c [] []
/src/mod_auth_openidc/src/cfg/cfg.h [] []
/src/mod_auth_openidc/src/jose/jws.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/jansson/src/strconv.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c', 'jansson/test/ossfuzz/json_equal_copy_fuzzer.cc', 'jansson/test/ossfuzz/json_load_dump_fuzzer.cc', 'jansson/test/ossfuzz/json_pack_unpack_fuzzer.cc', 'mod_auth_openidc/test/fuzz/fuzz_json.c'] []
/src/mod_auth_openidc/src/util/file.c [] []
/src/cjose/src/jwe.c ['mod_auth_openidc/test/fuzz/fuzz_jwt.c'] []
/src/mod_auth_openidc/src/handle/response.c [] []
/src/mod_auth_openidc/src/cache/cache.h [] []
/src/mod_auth_openidc/test/test_oauth.c [] []
/src/mod_auth_openidc/src/json.h [] []
/src/mod_auth_openidc/src/handle/refresh.c [] []

Directories in report

Directory
/src/mod_auth_openidc/src/cfg/
/src/mod_auth_openidc/src/cache/
/src/mod_auth_openidc/src/
/src/jansson/test/ossfuzz/
/src/cjose/src/
/src/jansson/doc/
/src/cjose/test/
/src/mod_auth_openidc/src/handle/
/src/mod_auth_openidc/test/fuzz/
/src/jansson/examples/
/src/mod_auth_openidc/test/
/src/mod_auth_openidc/src/proto/
/src/jansson/test/bin/
/src/jansson/src/
/src/mod_auth_openidc/src/metadata/
/src/mod_auth_openidc/src/jose/
/src/mod_auth_openidc/src/util/
/src/jansson/test/suites/api/
/src/cjose/include/cjose/