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

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 19 59.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 13 40.6%
All colors 32 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
4 0 EP call site: 00000 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_secret_path
3 6 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_secret_path call site: 00006 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_location_path
3 11 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_location_path call site: 00011 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_project_path
3 16 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_project_path call site: 00016 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_organization_path
3 21 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_organization_path call site: 00021 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_folder_path
3 26 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_folder_path call site: 00026 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_billing_account_path

Runtime coverage analysis

Covered functions
531
Functions that are reachable but not covered
6
Reachable functions
12
Percentage of reachable functions covered
50.0%
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
...fuzz_parser 9
google.cloud.secretmanager_v1beta1.services.secret_manager_service.client 2

Fuzzer: fuzz_client

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 36 42.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 49 57.6%
All colors 85 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
8 16 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00016 google.auth.transport.mtls.default_client_cert_source
8 31 google.api_core.client_logging.setup_logging call site: 00031 google.api_core.client_logging.configure_defaults
6 47 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00047 google.auth._default.get_api_key_credentials
5 3 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00003 google.api_core.client_options.from_dict
3 55 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00055 google.auth.credentials.Credentials.__init__
2 43 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00043 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient._get_api_endpoint
1 11 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00011 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient._read_environment_variables
1 72 ...fuzz_client.test_add_secret_version call site: 00072 .len
1 76 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.add_secret_version call site: 00076 google.api_core.gapic_v1.routing_header.to_grpc_metadata
1 80 google.api_core.gapic_v1.routing_header.to_routing_header call site: 00080 .isinstance

Runtime coverage analysis

Covered functions
533
Functions that are reachable but not covered
40
Reachable functions
59
Percentage of reachable functions covered
32.2%
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
...fuzz_client 10
google.cloud.secretmanager_v1beta1.services.secret_manager_service.client 26
google.api_core.client_options 4
google.auth.transport.mtls 2
google.auth.transport._mtls_helper 3
google.api_core.client_logging 11
google.auth._default 1
google.auth.api_key 1
google.auth.credentials 2
google.auth._refresh_worker 1
google.api_core.gapic_v1.routing_header 5

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
google.oauth2._id_token_async.fetch_id_token google.oauth2._id_token_async 2 ['N/A', 'N/A'] 28 0 3 4 5 231 0 748 727
google.protobuf.text_format._Parser._MergeField google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 12 0 18 23 12 214 10 718 682
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.rest.SecretManagerServiceRestTransport._AddSecretVersion.__call__ google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.rest 5 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 7 0 4 3 4 116 0 396 312
mock.mock._patch.__enter__ mock.mock 1 ['N/A'] 6 0 5 39 19 71 1 257 224
google.auth._default._get_explicit_environ_credentials google.auth._default 1 ['N/A'] 6 0 3 2 4 106 1 337 196
google.protobuf.text_format._Printer.PrintFieldValue google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 23 0 14 12 8 194 15 652 151
google.auth.transport._http_client.Request.__call__ google.auth.transport._http_client 7 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 5 3 4 39 0 126 96

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

Functions statically reachable by fuzzers
13.0%
414 / 3166
Cyclomatic complexity statically reachable by fuzzers
14.0%
1499 / 10431

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/fuzz_parser.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=['google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_secret_path', 'google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_location_path', 'google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_project_path', 'google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_organization_path', 'google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_common_folder_path']

/src/fuzz_client.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=['google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__', 'google.api_core.client_logging.setup_logging', '...fuzz_client.test_add_secret_version', 'google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.add_secret_version', 'google.api_core.gapic_v1.routing_header.to_routing_header']

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
google.iam.v1.iam_policy_pb2 49 18 36.73% ['fuzz_parser', 'fuzz_client']
google.protobuf.descriptor_pool.DescriptorPool._ConvertFileProtoToFileDescriptor 31 0 0.0% []
google.protobuf.descriptor_pool.DescriptorPool._ConvertMessageDescriptor 31 0 0.0% []
google.protobuf.descriptor_pool.DescriptorPool._SetFieldType 47 0 0.0% []
name.rstrip 67 13 19.40% ['fuzz_parser', 'fuzz_client']
google.protobuf.internal.python_message._AddInitMethod.init 67 0 0.0% []
google.protobuf.descriptor.Descriptor.__init__ 31 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 48 0 0.0% []
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 38 0 0.0% []
google.protobuf.text_format._Printer._PrintUnknownFields 35 0 0.0% []
google.protobuf.text_format._Printer.PrintFieldValue 31 0 0.0% []
google.protobuf.text_format._Parser._MergeField 74 0 0.0% []
google.protobuf.text_format._Parser._MergeScalarField 37 0 0.0% []
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% ['fuzz_parser', 'fuzz_client']
descriptor_pb2.Edition.Name 224 12 5.357% ['fuzz_parser']
google.protobuf.descriptor_pb2._ResolvedFeatures.__init__ 473 3 0.634% ['fuzz_parser', 'fuzz_client']
os.remove 34 13 38.23% ['fuzz_parser', 'fuzz_client']
collections.abc.MutableMapping.get 234 76 32.47% ['fuzz_parser', 'fuzz_client']
struct.calcsize 64 22 34.37% ['fuzz_parser']
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 39 0 0.0% []
google.iam.v1.policy_pb2 35 12 34.28% ['fuzz_parser', 'fuzz_client']
google.api.client_pb2 69 14 20.28% ['fuzz_parser', 'fuzz_client']
response.get 658 142 21.58% ['fuzz_parser', 'fuzz_client']
google.rpc.error_details_pb2 51 12 23.52% ['fuzz_parser', 'fuzz_client']
google.cloud.location.locations_pb2 37 14 37.83% ['fuzz_parser', 'fuzz_client']
d.get 189 25 13.22% ['fuzz_parser', 'fuzz_client']
cachetools.LRUCache 516 133 25.77% ['fuzz_parser', 'fuzz_client']
pyasn1_modules.pem.readPemBlocksFromFile 36 6 16.66% ['fuzz_parser', 'fuzz_client']
s.to_bytes 114 8 7.017% ['fuzz_parser', 'fuzz_client']
api.Authenticate 214 16 7.476% ['fuzz_parser', 'fuzz_client']
key.split 260 76 29.23% ['fuzz_parser', 'fuzz_client']
connection.close 63 18 28.57% ['fuzz_parser', 'fuzz_client']
url.find 204 60 29.41% ['fuzz_parser', 'fuzz_client']
p.copy 46 25 54.34% ['fuzz_parser', 'fuzz_client']
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% ['fuzz_parser', 'fuzz_client']
google.protobuf.json_format._Printer._RegularMessageToJsonObject 41 0 0.0% []
google.protobuf.json_format._Printer._FieldToJsonObject 33 0 0.0% []
google.protobuf.json_format._Parser._ConvertFieldValuePair 71 0 0.0% []
google.protobuf.json_format._ConvertScalarFieldValue 34 0 0.0% []
google.api_core._rest_streaming_base.BaseResponseIterator._process_chunk 33 0 0.0% []
google.api_core.path_template.transcode 34 0 0.0% []
request.pop 108 49 45.37% ['fuzz_parser', 'fuzz_client']
mock.mock._patch.__enter__ 105 38 36.19% ['fuzz_parser', 'fuzz_client']
mock.mock._Call.__eq__ 38 1 2.631% ['fuzz_parser', 'fuzz_client']
mock.mock.create_autospec 80 0 0.0% []
google.protobuf.wrappers_pb2 34 13 38.23% ['fuzz_parser', 'fuzz_client']
channel.unary_unary 980 300 30.61% ['fuzz_parser', 'fuzz_client']
urllib3.util.ssl_.create_urllib3_context 181 82 45.30% ['fuzz_parser', 'fuzz_client']

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
[] []
gc [] []
google.auth.transport._http_client [] []
google.protobuf.compiler [] []
google.api.control_pb2 [] []
google.auth.iam [] []
google.api_core.retry_async [] []
google.iam.v1.iam_policy_pb2_grpc [] []
google.iam.v1.policy_pb2_grpc [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports [] []
google.cloud.secretmanager_v1beta2.gapic_version [] []
google.protobuf.timestamp [] []
google.protobuf.internal.builder [] []
google.protobuf.wrappers_pb2 [] []
google.api.field_behavior_pb2 [] []
[] []
google.type.month_pb2 [] []
os [] []
google.protobuf.internal.wire_format [] []
google.protobuf.symbol_database [] []
google.api_core.datetime_helpers [] []
google.oauth2._service_account_async [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.rest_base [] []
google.protobuf.internal.python_edition_defaults [] []
tempfile [] []
google.auth [] []
google.iam.v1.logging.audit_data_pb2 [] []
google.auth._default ['fuzz_client'] []
google.api_core.retry.retry_unary [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service [] []
google.cloud.secretmanager_v1beta2.types.resources [] []
weakref [] []
pyasn1 [] []
google.api_core.operation_async [] []
google.api_core.operations_v1 [] []
google.auth._helpers [] []
google.api_core.operations_v1.operations_rest_client_async [] []
google.cloud.secretmanager_v1beta2.services [] []
google.protobuf.descriptor_pb2 [] []
google.cloud.secretmanager_v1.services.secret_manager_service.async_client [] []
google.api_core.gapic_v1.config [] []
google.type.decimal_pb2 [] []
grpc [] []
google.api.httpbody_pb2 [] []
google.api.field_info_pb2 [] []
...fuzz_parser ['fuzz_parser'] []
pprint [] []
google.protobuf.internal [] []
google.protobuf.descriptor_pool [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports.grpc [] []
google.api.auth_pb2 [] []
google.api_core.operations_v1.abstract_operations_base_client [] []
google.oauth2.id_token [] []
time [] []
google.api.distribution_pb2 [] []
google.api.monitoring_pb2 [] []
google.cloud.secretmanager_v1.services.secret_manager_service [] []
typing [] []
http [] []
google.protobuf.api_pb2 [] []
google.auth.crypt.rsa [] []
queue [] []
logging [] []
unittest [] []
google.type.postal_address_pb2 [] []
pickle [] []
jwt [] []
google.oauth2.service_account [] []
google.auth.transport._requests_base [] []
google.type.calendar_period_pb2 [] []
google.longrunning.operations_proto_pb2 [] []
google.type.timeofday_pb2 [] []
google.api_core.operations_v1.pagers_async [] []
google.api_core.timeout [] []
google.auth.transport [] []
google.api_core.general_helpers [] []
google.type.localized_text_pb2 [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.grpc [] []
mock.backports [] []
google.type.phone_number_pb2 [] []
proto [] []
google.type.datetime_pb2 [] []
google.protobuf.timestamp_pb2 [] []
google.api.backend_pb2 [] []
google.auth.identity_pool [] []
google.api.error_reason_pb2 [] []
google.protobuf.proto_json [] []
google.api_core.operations_v1.abstract_operations_client [] []
google._upb._message [] []
google.api.annotations_pb2 [] []
google.api_core.path_template [] []
google.api.system_parameter_pb2 [] []
platform [] []
google.protobuf.unknown_fields [] []
google.auth.crypt.base [] []
google.oauth2.webauthn_handler_factory [] []
google.auth.external_account [] []
google.api_core.retry [] []
sys [] []
google.api.usage_pb2 [] []
google.auth.aio.credentials [] []
google.api_core.operations_v1.operations_client_config [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports [] []
google.protobuf.internal.python_message [] []
binascii [] []
google.auth.transport.urllib3 [] []
google.auth.crypt._helpers [] []
google.oauth2.webauthn_handler [] []
mock [] []
google.rpc.code_pb2 [] []
google.api_core.operations_v1.transports [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports.rest_base [] []
google.api_core.iam [] []
google.api.context_pb2 [] []
google.cloud._http [] []
google.longrunning.operations_proto [] []
google.api_core.bidi [] []
grpc_status [] []
google.protobuf.source_context_pb2 [] []
google.api.billing_pb2 [] []
subprocess [] []
google.api_core.operation [] []
google.api.visibility_pb2 [] []
typing_extensions [] []
google.cloud.secretmanager [] []
google.auth.jwt [] []
google.auth.transport._aiohttp_requests [] []
google.protobuf [] []
importlib_metadata [] []
google.type.expr_pb2 [] []
google.type.money_pb2 [] []
google.auth.environment_vars [] []
rsa [] []
google.type.date_pb2 [] []
google.protobuf.struct_pb2 [] []
google.cloud.secretmanager_v1.services.secret_manager_service.client [] []
google.type.interval_pb2 [] []
google.auth.aio.transport.sessions [] []
google.cloud.secretmanager_v1 [] []
google.longrunning.operations_grpc [] []
google.protobuf.compiler.plugin_pb2 [] []
google.api.documentation_pb2 [] []
google.logging.type.log_severity_pb2 [] []
cachetools [] []
google.api_core.retry.retry_base [] []
google.api.launch_stage_pb2 [] []
google.oauth2._reauth_async [] []
math [] []
urllib3 [] []
base64 [] []
google.iam.v1 [] []
google.api_core.gapic_v1.method_async [] []
google.cloud.secretmanager_v1.services [] []
google.protobuf.duration_pb2 [] []
google.rpc.context.attribute_context_pb2 [] []
google.api_core.version_header [] []
google.api_core.exceptions [] []
google.api.source_info_pb2 [] []
cryptography [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports.grpc_asyncio [] []
copy [] []
google.oauth2.gdch_credentials [] []
google.api.endpoint_pb2 [] []
google.auth._credentials_async [] []
google.auth.transport.mtls ['fuzz_client'] []
google.cloud.secretmanager_v1.services.secret_manager_service.pagers [] []
google.auth.compute_engine.credentials [] []
google.api_core.future._helpers [] []
google.auth._exponential_backoff [] []
google.protobuf.runtime_version [] []
google.api_core.gapic_v1.method [] []
google.protobuf.util [] []
google.api_core.future.base [] []
google.type.latlng_pb2 [] []
google.api_core.extended_operation [] []
google.auth.aio.transport.aiohttp [] []
google.protobuf.message [] []
google.iam.v1.options_pb2 [] []
google.api_core.protobuf_helpers [] []
google.auth.transport.grpc [] []
google.cloud.secretmanager_v1.types.service [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports.grpc [] []
google.api_core [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.pagers [] []
google.oauth2.challenges [] []
google.type.fraction_pb2 [] []
warnings [] []
google.protobuf.proto_text [] []
google.protobuf.any_pb2 [] []
google.protobuf.internal.enum_type_wrapper [] []
google.api_core.gapic_v1.client_info [] []
google.auth.crypt._python_rsa [] []
google.auth._credentials_base [] []
google.api_core.operations_v1.transports.base [] []
google.protobuf.internal.message_listener [] []
google.auth._cloud_sdk [] []
google.protobuf.pyext [] []
google.api_core.page_iterator [] []
ctypes [] []
google.cloud.client [] []
google.oauth2._client [] []
google.iam.v1.resource_policy_member_pb2 [] []
google.protobuf.duration [] []
google.auth.downscoped [] []
google.cloud.secretmanager_v1beta2 [] []
google.auth.aws [] []
google.protobuf.internal.api_implementation [] []
google.api.service_pb2 [] []
google.api_core.page_iterator_async [] []
google.api.log_pb2 [] []
google.protobuf.text_format [] []
google.longrunning.operations_pb2 [] []
google [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.async_client [] []
cffi [] []
google.api_core.grpc_helpers [] []
google.protobuf.internal.extension_dict [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.client ['fuzz_parser', 'fuzz_client'] []
google.api_core.operations_v1.operations_async_client [] []
google.protobuf.reflection [] []
google.api.client_pb2 [] []
google.api_core.version [] []
google.oauth2.sts [] []
google.cloud.secretmanager_v1beta1.gapic_version [] []
google.auth.metrics [] []
copyreg [] []
google.protobuf.message_factory [] []
google.protobuf.empty_pb2 [] []
google.cloud.extended_operations_pb2 [] []
google.cloud.secretmanager_v1beta2.types [] []
google.protobuf.text_encoding [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports.base [] []
google.cloud.location.locations_pb2 [] []
shutil [] []
google.api.label_pb2 [] []
google.auth.compute_engine._metadata [] []
google.cloud.obsolete [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.client [] []
google.cloud.secretmanager_v1beta1.types.service [] []
urllib [] []
google.cloud.secretmanager_v1beta1.services [] []
google.protobuf.internal.encoder [] []
google.cloud.secretmanager_v1beta2.types.service [] []
google.auth.crypt._cryptography_rsa [] []
google.rpc.http_pb2 [] []
google.api_core.retry.retry_unary_async [] []
google.api_core._rest_streaming_base [] []
atheris [] []
google.protobuf.internal.well_known_types [] []
google.type.dayofweek_pb2 [] []
google.auth._oauth2client [] []
google.protobuf.field_mask_pb2 [] []
google.oauth2.webauthn_types [] []
google.auth.app_engine [] []
grpc_gcp [] []
google.auth.exceptions [] []
google.oauth2._id_token_async [] []
google.api_core.client_options ['fuzz_client'] []
google.cloud.secretmanager_v1beta1.types.resources [] []
google.oauth2.utils [] []
google.api_core.rest_helpers [] []
google.protobuf.json_format [] []
importlib [] []
google.auth.aio [] []
google.api_core.operations_v1.transports.rest [] []
io [] []
google.oauth2.reauth [] []
google.api_core.client_logging ['fuzz_client'] []
google.api_core.retry.retry_streaming_async [] []
google.protobuf.testdata [] []
google.api.routing_pb2 [] []
google.cloud.exceptions [] []
google.type.quaternion_pb2 [] []
contextlib [] []
OpenSSL [] []
threading [] []
google.cloud.secretmanager_v1.types [] []
google.api_core.operations_v1.transports.rest_asyncio [] []
pyasn1_modules [] []
google.auth.transport._custom_tls_signer [] []
packaging [] []
inspect [] []
google.auth.credentials ['fuzz_client'] []
...fuzz_client ['fuzz_client'] []
google.api.quota_pb2 [] []
google.protobuf.descriptor [] []
google.auth.transport._mtls_helper ['fuzz_client'] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service [] []
google.api.config_change_pb2 [] []
google.protobuf.service_reflection [] []
google.api_core.gapic_v1.routing_header ['fuzz_client'] []
google.cloud._helpers [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports [] []
google.cloud.secretmanager_v1.types.resources [] []
posixpath [] []
google.auth._jwt_async [] []
google.api_core.rest_streaming [] []
operator [] []
google.protobuf.internal.field_mask [] []
json [] []
google.cloud.secretmanager_v1beta1.types [] []
google.rpc.context.audit_context_pb2 [] []
google.longrunning.operations_grpc_pb2 [] []
google.api_core.future.async_future [] []
dataclasses [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.pagers [] []
functools [] []
google.protobuf.proto_builder [] []
google.auth._refresh_worker ['fuzz_client'] []
google.api_core.client_info [] []
google.api_core.rest_streaming_async [] []
google.protobuf.type_pb2 [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.grpc_asyncio [] []
google.oauth2 [] []
types [] []
google.api_core.operations_v1.operations_client [] []
re [] []
google.auth.version [] []
random [] []
google.protobuf.internal.testing_refleaks [] []
google.protobuf.internal.type_checkers [] []
google.oauth2._credentials_async [] []
google.protobuf.proto [] []
google.api.http_pb2 [] []
google.iam.v1.iam_policy_pb2 [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports.grpc_asyncio [] []
google.cloud.operation [] []
google.api_core.universe [] []
google.protobuf.pyext.cpp_message [] []
hmac [] []
datetime [] []
google.oauth2._client_async [] []
google.api_core.future [] []
google.cloud.version [] []
google.cloud.secretmanager_v1.services.secret_manager_service.transports.rest [] []
google.logging.type.http_request_pb2 [] []
google.longrunning.operations_pb2_grpc [] []
google.auth.compute_engine [] []
google.auth.aio._helpers [] []
google.auth._service_account_info [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports.rest [] []
google.iam.v1.options_pb2_grpc [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.base [] []
google.api_core.operations_v1.pagers_base [] []
google.api.consumer_pb2 [] []
calendar [] []
google.protobuf.any [] []
google.protobuf.descriptor_database [] []
google.api_core.grpc_helpers_async [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports.rest_base [] []
google.api_core.future.polling [] []
google.iam.v1.policy_pb2 [] []
google.auth.aio.transport [] []
google.type.color_pb2 [] []
hashlib [] []
getpass [] []
google.auth.api_key ['fuzz_client'] []
certifi [] []
google.api_core.operations_v1.pagers [] []
google.cloud.secretmanager_v1beta1.services.secret_manager_service.transports.rest [] []
mock.mock [] []
google.auth.crypt [] []
google.cloud.environment_vars [] []
google.iam.v1.logging [] []
google.auth.external_account_authorized_user [] []
google.protobuf.internal.containers [] []
google.cloud.secretmanager.gapic_version [] []
google.api_core.retry.retry_streaming [] []
google.oauth2.credentials [] []
google.api.metric_pb2 [] []
google.rpc.status_pb2 [] []
google.rpc.error_details_pb2 [] []
google.api_core.gapic_v1.config_async [] []
struct [] []
requests [] []
google.auth._default_async [] []
google.gapic.metadata.gapic_metadata_pb2 [] []
google.cloud.secretmanager_v1.gapic_version [] []
asyncio [] []
google.api_core.gapic_v1 [] []
google.auth.crypt.es256 [] []
google.api.monitored_resource_pb2 [] []
google.api.resource_pb2 [] []
collections [] []
google.auth.transport.requests [] []
google.protobuf.internal.decoder [] []
google.auth.impersonated_credentials [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.transports.base [] []
aiohttp [] []
google.cloud.secretmanager_v1beta2.services.secret_manager_service.async_client [] []
google.auth.pluggable [] []
google.api.logging_pb2 [] []
email [] []
google.api.policy_pb2 [] []
google.cloud._testing [] []
google.cloud.secretmanager_v1beta1 [] []

Directories in report

Directory