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

Fuzzer details

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 70 82.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 15 17.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
22 42 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00042 ...fuzz_client.test_add_secret_version
13 28 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00028 google.api_core.client_logging.setup_logging
11 16 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00016 google.auth.transport.mtls.default_client_cert_source
9 72 ...fuzz_client.test_add_secret_version call site: 00072 google.api_core.gapic_v1.routing_header.to_grpc_metadata
6 2 ...fuzz_client.TestOneInput call site: 00002 google.api_core.client_options.from_dict
5 10 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00010 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient._read_environment_variables
2 82 google.api_core.gapic_v1.routing_header.to_routing_header call site: 00082 urllib.parse.urlencode
1 0 EP call site: 00000 atheris.FuzzedDataProvider
1 66 ...fuzz_client.test_add_secret_version call site: 00066 fdp.ConsumeUnicodeNoSurrogates

Runtime coverage analysis

Covered functions
509
Functions that are reachable but not covered
43
Reachable functions
60
Percentage of reachable functions covered
28.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
...fuzz_client 10
google.cloud.secretmanager_v1beta1.services.secret_manager_service.client 27
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

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 25 78.1%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 7 21.8%
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
21 0 EP call site: 00000 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.parse_secret_path
2 24 ...fuzz_parser.TestOneInput call site: 00024 re.match
2 29 ...fuzz_parser.TestOneInput call site: 00029 re.match

Runtime coverage analysis

Covered functions
507
Functions that are reachable but not covered
12
Reachable functions
12
Percentage of reachable functions covered
0.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

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.protobuf.text_format._Parser._MergeField google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 13 0 18 23 12 210 9 704 680
google.auth.credentials.Credentials._non_blocking_refresh google.auth.credentials 2 ['N/A', 'N/A'] 6 0 2 2 4 178 1 580 550
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'] 11 0 4 3 4 114 0 389 302
google.auth._default._get_explicit_environ_credentials google.auth._default 1 ['N/A'] 8 0 3 2 4 104 1 331 258
mock.mock._patch.__enter__ mock.mock 1 ['N/A'] 5 0 5 38 18 71 1 255 216
google.protobuf.text_format._Printer.PrintFieldValue google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 22 0 14 12 8 193 14 647 152
google.auth.transport.urllib3.AuthorizedHttp.configure_mtls_channel google.auth.transport.urllib3 2 ['N/A', 'N/A'] 6 0 2 3 4 40 0 132 93

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

Functions statically reachable by fuzzers
13.0%
396 / 3113
Cyclomatic complexity statically reachable by fuzzers
14.0%
1435 / 10249

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

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.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ 40 18 45.0% ['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% []
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% []
google.protobuf.internal.python_message._AddInitMethod.init 64 0 0.0% []
google.protobuf.internal.python_message._AddMergeFromStringMethod.InternalParse 33 0 0.0% []
os.remove 33 13 39.39% []
google.protobuf.descriptor.Descriptor.__init__ 31 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 48 0 0.0% []
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 37 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% []
struct.unpack 63 22 34.92% []
descriptor_pb2.Edition.Name 208 12 5.769% []
google.protobuf.descriptor_pb2._ResolvedFeatures.__init__ 441 3 0.680% []
collections.abc.MutableMapping.get 238 76 31.93% []
e.with_traceback 42 16 38.09% []
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 39 0 0.0% []
response.content.decode 628 137 21.81% []
google.rpc.error_details_pb2 46 12 26.08% []
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% []
pyasn1_modules.pem.readPemBlocksFromFile 35 6 17.14% []
cachetools.LRUCache 602 132 21.92% []
d.get 188 24 12.76% []
api.Authenticate 213 15 7.042% []
url.find 206 60 29.12% []
key.split 259 76 29.34% []
connection.close 70 18 25.71% []
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.iam.v1.policy_pb2 34 12 35.29% []
google.iam.v1.iam_policy_pb2 48 18 37.5% []
google.api.client_pb2 64 14 21.87% []
google.api_core.path_template.transcode 34 0 0.0% []
request.pop 104 46 44.23% []
google.api_core._rest_streaming_base.BaseResponseIterator._process_chunk 33 0 0.0% []
mock.mock.CallableMixin._increment_mock_call 31 12 38.70% []
mock.mock._patch.__enter__ 111 37 33.33% []
mock.mock._Call.__eq__ 38 1 2.631% []
mock.mock.create_autospec 69 0 0.0% []
google.protobuf.wrappers_pb2 33 13 39.39% []
channel.unary_unary 979 300 30.64% []
urllib3.util.ssl_.create_urllib3_context 175 78 44.57% []
methods.items 55 19 34.54% []

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

Directories in report

Directory