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 25 37.3%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 42 62.6%
All colors 67 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
7 16 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00016 google.auth.transport.mtls.default_client_cert_source
7 32 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00032 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
2 28 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.__init__ call site: 00028 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 56 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.add_secret_version call site: 00056 google.api_core.gapic_v1.routing_header.to_grpc_metadata
1 60 google.api_core.gapic_v1.routing_header.to_routing_header call site: 00060 .isinstance
1 64 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.add_secret_version call site: 00064 google.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient._compare_universes

Runtime coverage analysis

Covered functions
488
Functions that are reachable but not covered
30
Reachable functions
47
Percentage of reachable functions covered
36.17%
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 24
google.api_core.client_options 4
google.auth.transport.mtls 2
google.auth.transport._mtls_helper 3
google.auth._default 1
google.auth.api_key 1
google.auth.credentials 1
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 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
486
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

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'] 10 0 18 23 12 206 9 689 668
google.auth.credentials.Credentials._non_blocking_refresh google.auth.credentials 2 ['N/A', 'N/A'] 8 0 2 2 4 172 1 560 530
google.api_core.operations_v1.transports.rest.OperationsRestTransport._list_operations google.api_core.operations_v1.transports.rest 6 ['N/A', 'N/A', 'N/A', 'N/A', 'N/A', 'N/A'] 6 0 3 2 4 93 0 326 260
google.auth._default._get_explicit_environ_credentials google.auth._default 1 ['N/A'] 8 0 3 2 4 100 1 318 245
mock.mock._patch.__enter__ mock.mock 1 ['N/A'] 5 0 5 38 18 71 1 255 219
google.api_core.grpc_helpers_async._wrap_stream_errors.error_remapped_callable google.api_core.grpc_helpers_async 2 ['N/A', 'N/A'] 6 0 1 3 4 57 2 176 173
google.protobuf.text_format._Printer.PrintFieldValue google.protobuf.text_format 3 ['N/A', 'N/A', 'N/A'] 11 0 14 12 8 185 14 619 142

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

Functions statically reachable by fuzzers
13.0%
360 / 2692
Cyclomatic complexity statically reachable by fuzzers
15.0%
1310 / 8875

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

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_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.cloud.secretmanager_v1beta1.services.secret_manager_service.client.SecretManagerServiceClient.add_secret_version', 'google.api_core.gapic_v1.routing_header.to_routing_header']

/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']

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
collections.abc.MutableMapping.get 238 80 33.61% []
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.descriptor_pb2 327 13 3.975% []
google.protobuf.internal.python_message._AddInitMethod.init 50 0 0.0% []
google.protobuf.internal.python_message._AddMergeFromStringMethod.InternalParse 38 0 0.0% []
google.protobuf.descriptor.MakeDescriptor 44 0 0.0% []
google.protobuf.internal.decoder.EnumDecoder.DecodeField 31 13 41.93% []
google.protobuf.internal.decoder.MessageSetItemDecoder.DecodeItem 39 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 73 0 0.0% []
google.protobuf.text_format._Parser._MergeScalarField 37 0 0.0% []
google.protobuf.internal.api_implementation._CanImport 43 21 48.83% []
struct.unpack 63 22 34.92% []
os.remove 42 22 52.38% []
google.protobuf.internal.well_known_types.Timestamp.FromJsonString 38 0 0.0% []
e.with_traceback 42 17 40.47% []
m._mock_children.get 34 6 17.64% []
response.content.decode 618 137 22.16% []
cachetools.LRUCache 592 132 22.29% []
key.split 258 76 29.45% []
url.find 206 60 29.12% []
d.get 188 24 12.76% []
api.Authenticate 202 15 7.425% []
connection.close 70 18 25.71% []
google.api_core.retry.retry_streaming_async.retry_target_stream 41 2 4.878% []
google.iam.v1.iam_policy_pb2 59 29 49.15% []
google.api_core.path_template.transcode 34 0 0.0% []
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 32 0 0.0% []
google.api_core.rest_streaming.ResponseIterator._process_chunk 33 0 0.0% []
request.pop 103 46 44.66% []
mock.mock._patch.__enter__ 101 36 35.64% []
mock.mock._Call.__eq__ 38 1 2.631% []
mock.mock.create_autospec 69 0 0.0% []
google.protobuf.wrappers_pb2 31 11 35.48% []
methods.items 55 19 34.54% []
channel.unary_unary 973 313 32.16% []
urllib3.util.ssl_.create_urllib3_context 176 53 30.11% []

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

Directories in report

Directory