contrast-agent 6.11.0 → 6.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.simplecov +1 -1
- data/Gemfile +1 -1
- data/Rakefile +1 -1
- data/ext/build_funchook.rb +1 -1
- data/ext/cs__assess_array/cs__assess_array.c +24 -18
- data/ext/cs__assess_array/extconf.rb +1 -1
- data/ext/cs__assess_basic_object/cs__assess_basic_object.c +1 -1
- data/ext/cs__assess_basic_object/extconf.rb +1 -1
- data/ext/cs__assess_fiber_track/cs__assess_fiber_track.c +1 -1
- data/ext/cs__assess_fiber_track/extconf.rb +1 -1
- data/ext/cs__assess_hash/cs__assess_hash.c +1 -1
- data/ext/cs__assess_hash/extconf.rb +1 -1
- data/ext/cs__assess_kernel/cs__assess_kernel.c +1 -1
- data/ext/cs__assess_kernel/extconf.rb +1 -1
- data/ext/cs__assess_marshal_module/cs__assess_marshal_module.c +7 -5
- data/ext/cs__assess_marshal_module/extconf.rb +1 -1
- data/ext/cs__assess_module/cs__assess_module.c +1 -1
- data/ext/cs__assess_module/extconf.rb +1 -1
- data/ext/cs__assess_regexp/cs__assess_regexp.c +1 -1
- data/ext/cs__assess_regexp/extconf.rb +1 -1
- data/ext/cs__assess_string/cs__assess_string.c +1 -1
- data/ext/cs__assess_string/extconf.rb +1 -1
- data/ext/cs__assess_string_interpolation/cs__assess_string_interpolation.c +1 -1
- data/ext/cs__assess_string_interpolation/extconf.rb +1 -1
- data/ext/cs__assess_test/extconf.rb +1 -1
- data/ext/cs__assess_yield_track/cs__assess_yield_track.c +1 -1
- data/ext/cs__assess_yield_track/extconf.rb +1 -1
- data/ext/cs__common/cs__common.c +1 -1
- data/ext/cs__common/extconf.rb +1 -1
- data/ext/cs__contrast_patch/cs__contrast_patch.c +12 -10
- data/ext/cs__contrast_patch/extconf.rb +1 -1
- data/ext/cs__os_information/cs__os_information.c +1 -1
- data/ext/cs__os_information/extconf.rb +1 -1
- data/ext/cs__scope/cs__scope.c +390 -207
- data/ext/cs__scope/cs__scope.h +3 -1
- data/ext/cs__scope/extconf.rb +1 -1
- data/ext/cs__tests/cs__tests.c +1 -1
- data/ext/cs__tests/extconf.rb +1 -1
- data/ext/extconf_common.rb +1 -1
- data/lib/contrast/agent/assess/contrast_object.rb +1 -1
- data/lib/contrast/agent/assess/events/event_data.rb +1 -1
- data/lib/contrast/agent/assess/finalizers/freeze.rb +1 -1
- data/lib/contrast/agent/assess/finalizers/hash.rb +1 -1
- data/lib/contrast/agent/assess/policy/dynamic_source_factory.rb +1 -1
- data/lib/contrast/agent/assess/policy/patcher.rb +1 -1
- data/lib/contrast/agent/assess/policy/policy.rb +1 -1
- data/lib/contrast/agent/assess/policy/policy_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/policy_node_utils.rb +1 -1
- data/lib/contrast/agent/assess/policy/policy_scanner.rb +1 -1
- data/lib/contrast/agent/assess/policy/preshift.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagation_method.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagation_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/append.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/base.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/buffer.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/center.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/custom.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/database_write.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/insert.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/keep.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/match_data.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/next.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/prepend.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/rack_protection.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/remove.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/replace.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/reverse.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/select.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/splat.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/split.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/substitution.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/substitution_utils.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator/trim.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator.rb +1 -1
- data/lib/contrast/agent/assess/policy/source_method.rb +1 -3
- data/lib/contrast/agent/assess/policy/source_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/source_validation/cross_site_validator.rb +1 -1
- data/lib/contrast/agent/assess/policy/source_validation/source_validation.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger/reflected_xss.rb +2 -1
- data/lib/contrast/agent/assess/policy/trigger/xpath.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_method.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_validation/redos_validator.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_validation/ssrf_validator.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_validation/trigger_validation.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger_validation/xss_validator.rb +1 -1
- data/lib/contrast/agent/assess/properties.rb +1 -1
- data/lib/contrast/agent/assess/property/evented.rb +1 -1
- data/lib/contrast/agent/assess/property/tagged.rb +1 -1
- data/lib/contrast/agent/assess/property/updated.rb +1 -1
- data/lib/contrast/agent/assess/rule/provider/hardcoded_key.rb +1 -1
- data/lib/contrast/agent/assess/rule/provider/hardcoded_password.rb +1 -1
- data/lib/contrast/agent/assess/rule/provider/hardcoded_value_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/provider.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/auto_complete_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/base_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/body_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/cache_control_header_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/click_jacking_header_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/csp_header_insecure_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/csp_header_missing_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/framework/rails_support.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/header_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/hsts_header_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/parameters_pollution_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/x_content_type_header_rule.rb +1 -1
- data/lib/contrast/agent/assess/rule/response/x_xss_protection_header_rule.rb +1 -1
- data/lib/contrast/agent/assess/tag.rb +1 -1
- data/lib/contrast/agent/assess/tracker.rb +1 -1
- data/lib/contrast/agent/assess.rb +1 -1
- data/lib/contrast/agent/at_exit_hook.rb +1 -1
- data/lib/contrast/agent/deadzone/policy/deadzone_node.rb +1 -1
- data/lib/contrast/agent/deadzone/policy/policy.rb +1 -1
- data/lib/contrast/agent/disable_reaction.rb +1 -1
- data/lib/contrast/agent/excluder.rb +125 -43
- data/lib/contrast/agent/exclusion_matcher.rb +11 -55
- data/lib/contrast/agent/inventory/database_config.rb +1 -1
- data/lib/contrast/agent/inventory/dependencies.rb +1 -1
- data/lib/contrast/agent/inventory/dependency_analysis.rb +1 -1
- data/lib/contrast/agent/inventory/dependency_usage_analysis.rb +1 -1
- data/lib/contrast/agent/inventory/policy/datastores.rb +1 -1
- data/lib/contrast/agent/inventory/policy/policy.rb +1 -1
- data/lib/contrast/agent/inventory/policy/trigger_node.rb +1 -1
- data/lib/contrast/agent/inventory.rb +1 -1
- data/lib/contrast/agent/middleware.rb +21 -8
- data/lib/contrast/agent/module_data.rb +1 -1
- data/lib/contrast/agent/patching/policy/after_load_patch.rb +1 -1
- data/lib/contrast/agent/patching/policy/after_load_patcher.rb +1 -1
- data/lib/contrast/agent/patching/policy/method_policy.rb +1 -1
- data/lib/contrast/agent/patching/policy/method_policy_extend.rb +1 -1
- data/lib/contrast/agent/patching/policy/module_policy.rb +1 -1
- data/lib/contrast/agent/patching/policy/patch.rb +1 -1
- data/lib/contrast/agent/patching/policy/patch_status.rb +1 -1
- data/lib/contrast/agent/patching/policy/patcher.rb +1 -1
- data/lib/contrast/agent/patching/policy/policy.rb +1 -1
- data/lib/contrast/agent/patching/policy/policy_node.rb +1 -1
- data/lib/contrast/agent/patching/policy/trigger_node.rb +1 -1
- data/lib/contrast/agent/protect/exploitable_collection.rb +1 -1
- data/lib/contrast/agent/protect/input_analyzer/input_analyzer.rb +4 -2
- data/lib/contrast/agent/protect/input_analyzer/worth_watching_analyzer.rb +12 -11
- data/lib/contrast/agent/protect/policy/applies_command_injection_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/applies_deserialization_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/applies_no_sqli_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/applies_path_traversal_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/applies_sqli_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/applies_xxe_rule.rb +1 -1
- data/lib/contrast/agent/protect/policy/policy.rb +1 -1
- data/lib/contrast/agent/protect/policy/rule_applicator.rb +6 -1
- data/lib/contrast/agent/protect/policy/trigger_node.rb +1 -1
- data/lib/contrast/agent/protect/rule/base.rb +9 -19
- data/lib/contrast/agent/protect/rule/base_service.rb +33 -10
- data/lib/contrast/agent/protect/rule/bot_blocker/bot_blocker_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/bot_blocker.rb +1 -1
- data/lib/contrast/agent/protect/rule/cmd_injection.rb +1 -1
- data/lib/contrast/agent/protect/rule/cmdi/cmdi_backdoors.rb +8 -50
- data/lib/contrast/agent/protect/rule/cmdi/cmdi_base_rule.rb +11 -18
- data/lib/contrast/agent/protect/rule/cmdi/cmdi_chained_command.rb +10 -11
- data/lib/contrast/agent/protect/rule/cmdi/cmdi_dangerous_path.rb +10 -11
- data/lib/contrast/agent/protect/rule/cmdi/cmdi_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/default_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/deserialization.rb +2 -3
- data/lib/contrast/agent/protect/rule/no_sqli/mongo_no_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/no_sqli/no_sqli_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/no_sqli.rb +1 -13
- data/lib/contrast/agent/protect/rule/path_traversal/path_traversal_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/path_traversal/path_traversal_semantic_security_bypass.rb +34 -9
- data/lib/contrast/agent/protect/rule/path_traversal.rb +1 -47
- data/lib/contrast/agent/protect/rule/sql_sample_builder.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli/default_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli/mysql_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli/postgres_sql_scanner.rb +2 -2
- data/lib/contrast/agent/protect/rule/sqli/sqli_base_rule.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli/sqli_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli/sqli_semantic/sqli_dangerous_functions.rb +5 -5
- data/lib/contrast/agent/protect/rule/sqli/sqlite_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli.rb +1 -13
- data/lib/contrast/agent/protect/rule/unsafe_file_upload/unsafe_file_upload_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/unsafe_file_upload.rb +1 -2
- data/lib/contrast/agent/protect/rule/xss/reflected_xss_input_classification.rb +1 -1
- data/lib/contrast/agent/protect/rule/xss.rb +1 -1
- data/lib/contrast/agent/protect/rule/xxe/entity_wrapper.rb +1 -1
- data/lib/contrast/agent/protect/rule/xxe.rb +2 -3
- data/lib/contrast/agent/protect/rule.rb +1 -1
- data/lib/contrast/agent/reporting/attack_result/attack_result.rb +1 -1
- data/lib/contrast/agent/reporting/attack_result/rasp_rule_sample.rb +1 -1
- data/lib/contrast/agent/reporting/attack_result/response_type.rb +1 -1
- data/lib/contrast/agent/reporting/attack_result/user_input.rb +1 -1
- data/lib/contrast/{api/communication → agent/reporting}/connection_status.rb +3 -17
- data/lib/contrast/agent/reporting/details/bot_blocker_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/cmd_injection_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/details.rb +1 -1
- data/lib/contrast/agent/reporting/details/ip_denylist_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/no_sqli_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/path_traversal_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/path_traversal_semantic_analysis_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/protect_rule_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/sqli_dangerous_functions.rb +1 -1
- data/lib/contrast/agent/reporting/details/sqli_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/untrusted_deserialization_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/virtual_patch_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/xss_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/xss_match.rb +1 -1
- data/lib/contrast/agent/reporting/details/xxe_details.rb +1 -1
- data/lib/contrast/agent/reporting/details/xxe_match.rb +1 -1
- data/lib/contrast/agent/reporting/details/xxe_wrapper.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/details/bot_blocker_details.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/details/protect_rule_details.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/input_analysis.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/input_analysis_result.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/input_type.rb +1 -1
- data/lib/contrast/agent/reporting/input_analysis/score_level.rb +1 -1
- data/lib/contrast/agent/reporting/masker/masker.rb +1 -1
- data/lib/contrast/agent/reporting/masker/masker_utils.rb +1 -1
- data/lib/contrast/agent/reporting/report.rb +1 -1
- data/lib/contrast/agent/reporting/reporter.rb +10 -9
- data/lib/contrast/agent/reporting/reporting_events/agent_startup.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/application_activity.rb +5 -4
- data/lib/contrast/agent/reporting/reporting_events/application_defend_activity.rb +13 -9
- data/lib/contrast/agent/reporting/reporting_events/application_defend_attack_activity.rb +5 -6
- data/lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_activity.rb +4 -3
- data/lib/contrast/agent/reporting/reporting_events/application_defend_attack_sample_stack.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/application_defend_attacker_activity.rb +19 -12
- data/lib/contrast/agent/reporting/reporting_events/application_inventory.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/application_inventory_activity.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/application_reporting_event.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/application_settings.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/application_startup.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/application_startup_instrumentation.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/application_update.rb +2 -3
- data/lib/contrast/agent/reporting/reporting_events/architecture_component.rb +4 -10
- data/lib/contrast/agent/reporting/reporting_events/discovered_route.rb +3 -11
- data/lib/contrast/agent/reporting/reporting_events/finding.rb +2 -11
- data/lib/contrast/agent/reporting/reporting_events/finding_event.rb +5 -12
- data/lib/contrast/agent/reporting/reporting_events/finding_event_object.rb +4 -12
- data/lib/contrast/agent/reporting/reporting_events/finding_event_parent_object.rb +9 -13
- data/lib/contrast/agent/reporting/reporting_events/finding_event_property.rb +9 -13
- data/lib/contrast/agent/reporting/reporting_events/finding_event_signature.rb +5 -12
- data/lib/contrast/agent/reporting/reporting_events/finding_event_source.rb +10 -21
- data/lib/contrast/agent/reporting/reporting_events/finding_event_stack.rb +9 -12
- data/lib/contrast/agent/reporting/reporting_events/finding_event_taint_range.rb +10 -14
- data/lib/contrast/agent/reporting/reporting_events/finding_event_taint_range_tags.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/finding_request.rb +4 -12
- data/lib/contrast/agent/reporting/reporting_events/library_discovery.rb +14 -14
- data/lib/contrast/agent/reporting/reporting_events/library_usage_observation.rb +14 -14
- data/lib/contrast/agent/reporting/reporting_events/observed_library_usage.rb +3 -11
- data/lib/contrast/agent/reporting/reporting_events/observed_route.rb +2 -11
- data/lib/contrast/agent/reporting/reporting_events/poll.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_events/preflight.rb +13 -2
- data/lib/contrast/agent/reporting/reporting_events/preflight_message.rb +5 -13
- data/lib/contrast/agent/reporting/reporting_events/reportable_hash.rb +47 -0
- data/lib/contrast/agent/reporting/reporting_events/reporting_event.rb +4 -35
- data/lib/contrast/agent/reporting/reporting_events/route_coverage.rb +1 -3
- data/lib/contrast/agent/reporting/reporting_events/route_discovery.rb +9 -13
- data/lib/contrast/agent/reporting/reporting_events/route_discovery_observation.rb +9 -13
- data/lib/contrast/agent/reporting/reporting_events/server_reporting_event.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_events/server_settings.rb +2 -2
- data/lib/contrast/agent/reporting/reporting_utilities/audit.rb +5 -2
- data/lib/contrast/agent/reporting/reporting_utilities/build_preflight.rb +5 -2
- data/lib/contrast/agent/reporting/reporting_utilities/endpoints.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_utilities/headers.rb +6 -3
- data/lib/contrast/agent/reporting/reporting_utilities/ng_response_extractor.rb +4 -4
- data/lib/contrast/agent/reporting/reporting_utilities/reporter_client.rb +6 -19
- data/lib/contrast/agent/reporting/reporting_utilities/reporter_client_utils.rb +20 -3
- data/lib/contrast/agent/reporting/reporting_utilities/reporting_storage.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_utilities/response.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_utilities/response_extractor.rb +2 -22
- data/lib/contrast/agent/reporting/reporting_utilities/response_handler.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_utilities/response_handler_mode.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_utilities/response_handler_utils.rb +22 -5
- data/lib/contrast/agent/reporting/reporting_workers/application_server_worker.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_workers/reporter_heartbeat.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb +1 -1
- data/lib/contrast/agent/reporting/reporting_workers/server_settings_worker.rb +1 -1
- data/lib/contrast/agent/reporting/settings/application_settings.rb +1 -1
- data/lib/contrast/agent/reporting/settings/assess.rb +1 -1
- data/lib/contrast/agent/reporting/settings/assess_rule.rb +1 -1
- data/lib/contrast/agent/reporting/settings/assess_server_feature.rb +1 -1
- data/lib/contrast/agent/reporting/settings/bot_blocker.rb +1 -1
- data/lib/contrast/agent/reporting/settings/exclusion_base.rb +90 -12
- data/lib/contrast/agent/reporting/settings/exclusions.rb +11 -31
- data/lib/contrast/agent/reporting/settings/helpers.rb +41 -5
- data/lib/contrast/agent/reporting/settings/input_exclusion.rb +54 -10
- data/lib/contrast/agent/reporting/settings/ip_filter.rb +1 -1
- data/lib/contrast/agent/reporting/settings/keyword.rb +1 -1
- data/lib/contrast/agent/reporting/settings/log_enhancer.rb +1 -1
- data/lib/contrast/agent/reporting/settings/protect.rb +1 -1
- data/lib/contrast/agent/reporting/settings/protect_rule.rb +1 -1
- data/lib/contrast/agent/reporting/settings/protect_server_feature.rb +1 -1
- data/lib/contrast/agent/reporting/settings/reaction.rb +1 -1
- data/lib/contrast/agent/reporting/settings/rule_definition.rb +1 -1
- data/lib/contrast/agent/reporting/settings/sampling.rb +1 -1
- data/lib/contrast/agent/reporting/settings/sanitizer.rb +1 -1
- data/lib/contrast/agent/reporting/settings/security_logger.rb +1 -1
- data/lib/contrast/agent/reporting/settings/sensitive_data_masking.rb +1 -1
- data/lib/contrast/agent/reporting/settings/sensitive_data_masking_rule.rb +1 -1
- data/lib/contrast/agent/reporting/settings/server_features.rb +1 -1
- data/lib/contrast/agent/reporting/settings/syslog.rb +1 -1
- data/lib/contrast/agent/reporting/settings/url_exclusion.rb +2 -26
- data/lib/contrast/agent/reporting/settings/validator.rb +1 -1
- data/lib/contrast/agent/reporting/settings/virtual_patch.rb +1 -1
- data/lib/contrast/agent/reporting/settings/virtual_patch_condition.rb +1 -1
- data/lib/contrast/agent/request.rb +1 -1
- data/lib/contrast/agent/request_context.rb +1 -1
- data/lib/contrast/agent/request_context_extend.rb +1 -1
- data/lib/contrast/agent/request_handler.rb +1 -1
- data/lib/contrast/agent/response.rb +1 -1
- data/lib/contrast/agent/rule_set.rb +1 -1
- data/lib/contrast/agent/scope.rb +9 -1
- data/lib/contrast/agent/static_analysis.rb +1 -1
- data/lib/contrast/agent/telemetry/base.rb +21 -12
- data/lib/contrast/agent/telemetry/client.rb +109 -0
- data/lib/contrast/agent/telemetry/{events/event.rb → event.rb} +1 -1
- data/lib/contrast/agent/telemetry/{events/exceptions/telemetry_exception_base.rb → exception/base.rb} +2 -2
- data/lib/contrast/agent/telemetry/{events/exceptions/telemetry_exception_event.rb → exception/event.rb} +10 -10
- data/lib/contrast/agent/telemetry/{events/exceptions/telemetry_exception_message.rb → exception/message.rb} +9 -9
- data/lib/contrast/agent/telemetry/{events/exceptions/telemetry_exception_message_exception.rb → exception/message_exception.rb} +9 -9
- data/lib/contrast/agent/telemetry/{events/exceptions/telemetry_exception_stack_frame.rb → exception/stack_frame.rb} +4 -4
- data/lib/contrast/agent/telemetry/exception.rb +19 -0
- data/lib/contrast/agent/telemetry/hash.rb +71 -0
- data/lib/contrast/{utils/telemetry_identifier.rb → agent/telemetry/identifier.rb} +5 -5
- data/lib/contrast/agent/telemetry/{events/metric_event.rb → metric_event.rb} +2 -2
- data/lib/contrast/agent/telemetry/{events/startup_metrics_event.rb → startup_metrics_event.rb} +2 -2
- data/lib/contrast/{utils → agent}/telemetry.rb +3 -3
- data/lib/contrast/agent/thread.rb +1 -1
- data/lib/contrast/agent/thread_watcher.rb +28 -31
- data/lib/contrast/agent/tracepoint_hook.rb +1 -1
- data/lib/contrast/agent/version.rb +2 -2
- data/lib/contrast/agent/worker_thread.rb +1 -1
- data/lib/contrast/agent.rb +6 -2
- data/lib/contrast/agent_lib/api/command_injection.rb +1 -1
- data/lib/contrast/agent_lib/api/init.rb +1 -1
- data/lib/contrast/agent_lib/api/input_tracing.rb +1 -1
- data/lib/contrast/agent_lib/api/panic.rb +1 -1
- data/lib/contrast/agent_lib/api/path_semantic_file_security_bypass.rb +1 -1
- data/lib/contrast/agent_lib/interface.rb +1 -1
- data/lib/contrast/agent_lib/interface_base.rb +2 -2
- data/lib/contrast/agent_lib/return_types/eval_result.rb +1 -1
- data/lib/contrast/agent_lib/test.rb +1 -1
- data/lib/contrast/components/agent.rb +1 -1
- data/lib/contrast/components/api.rb +1 -1
- data/lib/contrast/components/app_context.rb +1 -1
- data/lib/contrast/components/app_context_extend.rb +1 -1
- data/lib/contrast/components/assess.rb +1 -1
- data/lib/contrast/components/assess_rules.rb +1 -1
- data/lib/contrast/components/base.rb +1 -1
- data/lib/contrast/components/config/sources.rb +1 -1
- data/lib/contrast/components/config.rb +1 -1
- data/lib/contrast/components/heap_dump.rb +1 -1
- data/lib/contrast/components/inventory.rb +1 -1
- data/lib/contrast/components/logger.rb +1 -1
- data/lib/contrast/components/polling.rb +4 -4
- data/lib/contrast/components/protect.rb +1 -1
- data/lib/contrast/components/ruby_component.rb +45 -6
- data/lib/contrast/components/sampling.rb +6 -6
- data/lib/contrast/components/scope.rb +9 -1
- data/lib/contrast/components/security_logger.rb +1 -1
- data/lib/contrast/components/settings.rb +13 -12
- data/lib/contrast/config/api_proxy_configuration.rb +1 -1
- data/lib/contrast/config/base_configuration.rb +1 -1
- data/lib/contrast/config/certification_configuration.rb +1 -1
- data/lib/contrast/config/config.rb +14 -12
- data/lib/contrast/config/diagnostics.rb +12 -3
- data/lib/contrast/config/diagnostics_tools.rb +2 -1
- data/lib/contrast/config/effective_config.rb +81 -15
- data/lib/contrast/config/effective_config_value.rb +4 -4
- data/lib/contrast/config/env_variables.rb +1 -1
- data/lib/contrast/config/exception_configuration.rb +1 -1
- data/lib/contrast/config/protect_rule_configuration.rb +1 -1
- data/lib/contrast/config/protect_rules_configuration.rb +1 -1
- data/lib/contrast/config/request_audit_configuration.rb +1 -1
- data/lib/contrast/config/server_configuration.rb +2 -2
- data/lib/contrast/config.rb +1 -1
- data/lib/contrast/configuration.rb +1 -1
- data/lib/contrast/extension/assess/array.rb +1 -1
- data/lib/contrast/extension/assess/erb.rb +1 -1
- data/lib/contrast/extension/assess/eval_trigger.rb +1 -1
- data/lib/contrast/extension/assess/exec_trigger.rb +1 -1
- data/lib/contrast/extension/assess/fiber.rb +1 -1
- data/lib/contrast/extension/assess/hash.rb +1 -1
- data/lib/contrast/extension/assess/kernel.rb +1 -1
- data/lib/contrast/extension/assess/marshal.rb +1 -1
- data/lib/contrast/extension/assess/regexp.rb +1 -1
- data/lib/contrast/extension/assess/string.rb +1 -1
- data/lib/contrast/extension/assess.rb +1 -1
- data/lib/contrast/extension/delegator.rb +1 -1
- data/lib/contrast/extension/extension.rb +1 -1
- data/lib/contrast/extension/inventory.rb +1 -1
- data/lib/contrast/extension/module.rb +1 -1
- data/lib/contrast/extension/object.rb +1 -1
- data/lib/contrast/extension/protect/psych.rb +1 -1
- data/lib/contrast/extension/protect.rb +1 -1
- data/lib/contrast/extension/thread.rb +1 -1
- data/lib/contrast/framework/base_support.rb +1 -1
- data/lib/contrast/framework/grape/support.rb +1 -1
- data/lib/contrast/framework/manager.rb +1 -1
- data/lib/contrast/framework/manager_extend.rb +1 -1
- data/lib/contrast/framework/rack/patch/session_cookie.rb +1 -1
- data/lib/contrast/framework/rack/patch/support.rb +1 -1
- data/lib/contrast/framework/rack/support.rb +1 -1
- data/lib/contrast/framework/rails/patch/action_controller_live_buffer.rb +1 -1
- data/lib/contrast/framework/rails/patch/assess_configuration.rb +1 -1
- data/lib/contrast/framework/rails/patch/rails_application_configuration.rb +1 -1
- data/lib/contrast/framework/rails/patch/support.rb +1 -1
- data/lib/contrast/framework/rails/railtie.rb +1 -1
- data/lib/contrast/framework/rails/support.rb +1 -1
- data/lib/contrast/framework/sinatra/patch/encrypted_session_cookie.rb +39 -0
- data/lib/contrast/framework/sinatra/support.rb +14 -1
- data/lib/contrast/funchook/funchook.rb +1 -1
- data/lib/contrast/logger/aliased_logging.rb +12 -14
- data/lib/contrast/logger/application.rb +1 -1
- data/lib/contrast/logger/cef_log.rb +1 -1
- data/lib/contrast/logger/format.rb +1 -1
- data/lib/contrast/logger/log.rb +1 -1
- data/lib/contrast/logger/request.rb +1 -1
- data/lib/contrast/logger/time.rb +1 -1
- data/lib/contrast/security_exception.rb +1 -1
- data/lib/contrast/tasks/config.rb +1 -1
- data/lib/contrast/utils/assess/event_limit_utils.rb +1 -1
- data/lib/contrast/utils/assess/object_store.rb +1 -1
- data/lib/contrast/utils/assess/propagation_method_utils.rb +1 -1
- data/lib/contrast/utils/assess/property/tagged_utils.rb +1 -1
- data/lib/contrast/utils/assess/sampling_util.rb +1 -1
- data/lib/contrast/utils/assess/source_method_utils.rb +1 -1
- data/lib/contrast/utils/assess/split_utils.rb +1 -1
- data/lib/contrast/utils/assess/tracking_util.rb +1 -1
- data/lib/contrast/utils/assess/trigger_method_utils.rb +1 -1
- data/lib/contrast/utils/class_util.rb +1 -1
- data/lib/contrast/utils/duck_utils.rb +1 -1
- data/lib/contrast/utils/env_configuration_item.rb +1 -1
- data/lib/contrast/utils/findings.rb +1 -1
- data/lib/contrast/utils/hash_digest.rb +1 -1
- data/lib/contrast/utils/hash_digest_extend.rb +1 -1
- data/lib/contrast/utils/head_dump_utils_extend.rb +1 -1
- data/lib/contrast/utils/heap_dump_util.rb +1 -1
- data/lib/contrast/utils/input_classification_base.rb +2 -5
- data/lib/contrast/utils/invalid_configuration_util.rb +1 -1
- data/lib/contrast/utils/io_util.rb +1 -1
- data/lib/contrast/utils/job_servers_running.rb +1 -1
- data/lib/contrast/utils/log_utils.rb +2 -2
- data/lib/contrast/utils/lru_cache.rb +1 -1
- data/lib/contrast/utils/metrics_hash.rb +1 -1
- data/lib/contrast/utils/middleware_utils.rb +4 -4
- data/lib/contrast/utils/net_http_base.rb +3 -3
- data/lib/contrast/utils/object_share.rb +2 -1
- data/lib/contrast/utils/os.rb +1 -1
- data/lib/contrast/utils/patching/policy/patch_utils.rb +1 -1
- data/lib/contrast/utils/patching/policy/patcher_utils.rb +1 -1
- data/lib/contrast/utils/reporting/application_activity_batch_utils.rb +12 -4
- data/lib/contrast/utils/request_utils.rb +1 -1
- data/lib/contrast/utils/resource_loader.rb +1 -1
- data/lib/contrast/utils/response_utils.rb +1 -1
- data/lib/contrast/utils/routes_sent.rb +1 -2
- data/lib/contrast/utils/sha256_builder.rb +1 -1
- data/lib/contrast/utils/silence_maker.rb +16 -0
- data/lib/contrast/utils/stack_trace_utils.rb +1 -1
- data/lib/contrast/utils/string_utils.rb +1 -1
- data/lib/contrast/utils/tag_util.rb +1 -1
- data/lib/contrast/utils/thread_tracker.rb +1 -1
- data/lib/contrast/utils/timer.rb +1 -1
- data/lib/contrast-agent.rb +1 -1
- data/lib/contrast.rb +7 -6
- data/ruby-agent.gemspec +1 -1
- metadata +29 -28
- data/lib/contrast/agent/reporting/settings/code_exclusion.rb +0 -32
- data/lib/contrast/agent/telemetry/events/exceptions/obfuscate.rb +0 -124
- data/lib/contrast/agent/telemetry/events/exceptions/telemetry_exceptions.rb +0 -19
- data/lib/contrast/utils/telemetry_client.rb +0 -107
- data/lib/contrast/utils/telemetry_hash.rb +0 -65
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/agent/reporting/settings/exclusion_base'
|
@@ -10,31 +10,7 @@ module Contrast
|
|
10
10
|
module Settings
|
11
11
|
# UrlExclusions class
|
12
12
|
class UrlExclusion < ExclusionBase
|
13
|
-
ATTRIBUTES = BASE_ATTRIBUTES.dup
|
14
|
-
ATTRIBUTES << :match_strategy
|
15
|
-
ATTRIBUTES.cs__freeze
|
16
|
-
STRATEGIES = %w[ALL ONLY].cs__freeze
|
17
|
-
|
18
|
-
# @return urls [Array<String>]
|
19
|
-
attr_accessor :urls
|
20
|
-
|
21
|
-
# @return match_strategy [String] The type of the input
|
22
|
-
def match_strategy
|
23
|
-
@_match_strategy ||= Contrast::Utils::ObjectShare::EMPTY_STRING
|
24
|
-
end
|
25
|
-
|
26
|
-
# @param new_strategy [String] Set new input type.
|
27
|
-
# @return type [String] The type of the input.
|
28
|
-
def match_strategy= new_strategy
|
29
|
-
@_match_strategy = new_strategy if STRATEGIES.include?(new_strategy)
|
30
|
-
end
|
31
|
-
|
32
|
-
def to_controlled_hash
|
33
|
-
hash = super
|
34
|
-
hash[:urls] = urls
|
35
|
-
hash[:matchStrategy] = match_strategy
|
36
|
-
hash
|
37
|
-
end
|
13
|
+
ATTRIBUTES = BASE_ATTRIBUTES.dup.cs__freeze
|
38
14
|
end
|
39
15
|
end
|
40
16
|
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/agent/reporting/settings/sanitizer'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/object_share'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/object_share'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'resolv'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/timer'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/agent/assess/rule/response/auto_complete_rule'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/components/logger'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'resolv'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/components/logger'
|
data/lib/contrast/agent/scope.rb
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'cs__scope/cs__scope'
|
@@ -135,6 +135,14 @@ module Contrast
|
|
135
135
|
exit_split_scope!
|
136
136
|
end
|
137
137
|
|
138
|
+
# Enter app scope
|
139
|
+
def with_app_scope
|
140
|
+
exit_contrast_scope!
|
141
|
+
yield
|
142
|
+
ensure
|
143
|
+
enter_contrast_scope!
|
144
|
+
end
|
145
|
+
|
138
146
|
class << self
|
139
147
|
# Validates scope. To be valid the scope must be one of:
|
140
148
|
# :contrast, :split, :deserialization
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/components/logger'
|
@@ -1,12 +1,12 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/config/env_variables'
|
5
5
|
require 'contrast/components/logger'
|
6
|
-
require 'contrast/
|
6
|
+
require 'contrast/agent/telemetry/client'
|
7
7
|
require 'contrast/agent/worker_thread'
|
8
|
-
require 'contrast/
|
9
|
-
require 'contrast/agent/telemetry/
|
8
|
+
require 'contrast/agent/telemetry'
|
9
|
+
require 'contrast/agent/telemetry/exception'
|
10
10
|
|
11
11
|
module Contrast
|
12
12
|
module Agent
|
@@ -23,17 +23,26 @@ module Contrast
|
|
23
23
|
include Contrast::Components::Logger::InstanceMethods
|
24
24
|
include Contrast::Config::EnvVariables
|
25
25
|
|
26
|
+
# The unique identifier of this application based on Mac address and application name.
|
27
|
+
#
|
28
|
+
# @return [String]
|
26
29
|
def application_id
|
27
|
-
Contrast::
|
30
|
+
Contrast::Agent::Telemetry::Identifier.application_id
|
28
31
|
end
|
29
32
|
|
33
|
+
# The unique identifier of this instance, based on Mac address.
|
34
|
+
#
|
35
|
+
# @return [String]
|
30
36
|
def instance_id
|
31
|
-
Contrast::
|
37
|
+
Contrast::Agent::Telemetry::Identifier.instance_id
|
32
38
|
end
|
33
39
|
|
40
|
+
# If the feature as a whole is enabled or not, as determined by user opt-out
|
41
|
+
#
|
42
|
+
# @return [Boolean]
|
34
43
|
def enabled?
|
35
|
-
@
|
36
|
-
@
|
44
|
+
@enabled = telemetry_enabled? if @enabled.nil?
|
45
|
+
@enabled
|
37
46
|
end
|
38
47
|
|
39
48
|
private
|
@@ -44,7 +53,7 @@ module Contrast
|
|
44
53
|
|
45
54
|
# In case of connection error, do not create the background thread or queue,
|
46
55
|
# as if the opt-out env var was set
|
47
|
-
@_client = Contrast::
|
56
|
+
@_client = Contrast::Agent::Telemetry::Client.new
|
48
57
|
ip_opt_out_telemetry = @_client.initialize_connection(URL)
|
49
58
|
if ip_opt_out_telemetry.nil?
|
50
59
|
logger.warn("[Telemetry] Connection was not established properly!!! \n
|
@@ -57,7 +66,7 @@ module Contrast
|
|
57
66
|
end
|
58
67
|
|
59
68
|
def client
|
60
|
-
@_client ||= Contrast::
|
69
|
+
@_client ||= Contrast::Agent::Telemetry::Client.new
|
61
70
|
end
|
62
71
|
|
63
72
|
def connection
|
@@ -101,9 +110,9 @@ module Contrast
|
|
101
110
|
def stop!
|
102
111
|
return unless running?
|
103
112
|
|
104
|
-
@_enabled = false
|
105
|
-
delete_queue!
|
106
113
|
super
|
114
|
+
delete_queue!
|
115
|
+
Contrast::TELEMETRY_EXCEPTIONS&.clear
|
107
116
|
end
|
108
117
|
|
109
118
|
def request_with_response event
|
@@ -0,0 +1,109 @@
|
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
require 'net/http'
|
5
|
+
require 'contrast/utils/net_http_base'
|
6
|
+
require 'contrast/components/logger'
|
7
|
+
require 'contrast/utils/object_share'
|
8
|
+
require 'contrast/agent/version'
|
9
|
+
require 'json'
|
10
|
+
|
11
|
+
module Contrast
|
12
|
+
module Agent
|
13
|
+
module Telemetry
|
14
|
+
# This module creates a Net::HTTP client and initiates a connection to the provided result
|
15
|
+
class Client < Contrast::Utils::NetHttpBase
|
16
|
+
include Contrast::Components::Logger::InstanceMethods
|
17
|
+
ENDPOINT = 'api/v1/telemetry/metrics' # /TelemetryEvent.path
|
18
|
+
EXCEPTIONS = 'api/v1/telemetry/exceptions' # /Telemetry::Exception::Event.path
|
19
|
+
SERVICE_NAME = 'Telemetry'
|
20
|
+
# This method initializes the Net::HTTP client we'll need. it will validate
|
21
|
+
# the connection and make the first request. If connection is valid and response
|
22
|
+
# is available then the open connection is returned.
|
23
|
+
#
|
24
|
+
# @param url [String]
|
25
|
+
# @return [Net::HTTP, nil] Return open connection or nil
|
26
|
+
def initialize_connection url
|
27
|
+
super(SERVICE_NAME, url, use_proxy: false, use_custom_cert: false)
|
28
|
+
end
|
29
|
+
|
30
|
+
# This method will be responsible for building the request. Because the telemetry collector expects to receive
|
31
|
+
# multiple events in a single request, we must always wrap the event in an array, even if there is only one.
|
32
|
+
#
|
33
|
+
# @param event [Contrast::Agent::Telemetry::Event, Array<Contrast::Agent::Telemetry::Exception::Event>]
|
34
|
+
# @return [Net::HTTP::Post]
|
35
|
+
def build_request event
|
36
|
+
return unless valid_event?(event)
|
37
|
+
|
38
|
+
header = {
|
39
|
+
'User-Agent' => "<#{ Contrast::Utils::ObjectShare::RUBY }>-<#{ Contrast::Agent::VERSION }>",
|
40
|
+
'Content-Type' => 'application/json'
|
41
|
+
}
|
42
|
+
request = Net::HTTP::Post.new(build_path(event), header)
|
43
|
+
request.body = get_event_json(event)
|
44
|
+
request
|
45
|
+
end
|
46
|
+
|
47
|
+
# This method will create the actual request and send it
|
48
|
+
# @param event[Contrast::Agent::Telemetry::Event]
|
49
|
+
# @param connection[Net::HTTP]
|
50
|
+
def send_request event, connection
|
51
|
+
return if connection.nil? || event.nil?
|
52
|
+
return unless valid_event?(event)
|
53
|
+
|
54
|
+
req = build_request(event)
|
55
|
+
connection.request(req)
|
56
|
+
end
|
57
|
+
|
58
|
+
# This method will handle the response from the tenant
|
59
|
+
# @param res [Net::HTTPResponse]
|
60
|
+
# @return sleep_time [Integer, nil]
|
61
|
+
def handle_response res
|
62
|
+
status_code = res.code.to_i
|
63
|
+
ready_after = if res.to_hash.keys.map(&:downcase).include?('ready-after')
|
64
|
+
res['Ready-After']
|
65
|
+
else
|
66
|
+
60
|
67
|
+
end
|
68
|
+
ready_after if status_code == 429
|
69
|
+
end
|
70
|
+
|
71
|
+
# This method will be responsible for validating the event. Valid if event is of a known
|
72
|
+
# Contrast::Agent::Telemetry type
|
73
|
+
#
|
74
|
+
# @param event [Object]
|
75
|
+
def valid_event? event
|
76
|
+
return true if event.cs__is_a?(Contrast::Agent::Telemetry::Event)
|
77
|
+
return true if event.cs__is_a?(Contrast::Agent::Telemetry::StartupMetricsEvent)
|
78
|
+
return true if event.cs__is_a?(Contrast::Agent::Telemetry::Exception::Event)
|
79
|
+
|
80
|
+
false
|
81
|
+
end
|
82
|
+
|
83
|
+
private
|
84
|
+
|
85
|
+
# The telemetry instance accepts any path to #{ Contrast::Agent::Telemetry::URL }#{ ENDPOINT }, using the
|
86
|
+
# remainder of the path to segregate messages.
|
87
|
+
#
|
88
|
+
# @param event [Contrast::Agent::Telemetry::Event, Contrast::Agent::Telemetry::Exception::Event]
|
89
|
+
# @return [String] the fully qualified path to send the request
|
90
|
+
def build_path event
|
91
|
+
endpoint = Array(event).all?(Contrast::Agent::Telemetry::Exception::Event) ? EXCEPTIONS : ENDPOINT
|
92
|
+
path = endpoint == EXCEPTIONS ? Contrast::Agent::Telemetry::Exception::Event.path : event.path
|
93
|
+
"#{ Contrast::Agent::Telemetry::Base::URL }#{ endpoint }#{ path }"
|
94
|
+
end
|
95
|
+
|
96
|
+
# Helper Method to get json representation of Telemetry Event data, handles error on to_json
|
97
|
+
#
|
98
|
+
# @param event [Contrast::Agent::Telemetry::Event, Array<Contrast::Agent::Telemetry::Exception::Event>]
|
99
|
+
# @return [String] - JSON
|
100
|
+
def get_event_json event
|
101
|
+
Array(event.to_controlled_hash).to_json
|
102
|
+
rescue Exception => e # rubocop:disable Lint/RescueException
|
103
|
+
logger.error('[Telemetry] Unable to convert TelemetryEvent to JSON string', e, hsh)
|
104
|
+
raise(e)
|
105
|
+
end
|
106
|
+
end
|
107
|
+
end
|
108
|
+
end
|
109
|
+
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/metrics_hash'
|
@@ -1,10 +1,10 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
module Contrast
|
5
5
|
module Agent
|
6
6
|
module Telemetry
|
7
|
-
module
|
7
|
+
module Exception
|
8
8
|
# This class will hold the all the mutual information for the Telemetry Exception
|
9
9
|
class Base
|
10
10
|
def to_controlled_hash; end
|
@@ -1,34 +1,34 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
require_relative '
|
5
|
-
require_relative '
|
4
|
+
require_relative 'base'
|
5
|
+
require_relative 'message'
|
6
6
|
|
7
7
|
module Contrast
|
8
8
|
module Agent
|
9
9
|
module Telemetry
|
10
|
-
module
|
10
|
+
module Exception
|
11
11
|
# This class will hold the basic information for a Parent Telemetry Exception Event
|
12
|
-
class Event < Contrast::Agent::Telemetry::
|
12
|
+
class Event < Contrast::Agent::Telemetry::Exception::Base
|
13
13
|
# Array of Telemetry Exceptions
|
14
|
-
# @return [Array<Contrast::Agent::Telemetry::
|
14
|
+
# @return [Array<Contrast::Agent::Telemetry::Exception::Message>]
|
15
15
|
attr_reader :exceptions
|
16
16
|
|
17
17
|
# Initialization of the Parent Event requires us to require the exception
|
18
18
|
# to be created
|
19
19
|
#
|
20
|
-
# @param message [Contrast::Agent::Telemetry::
|
20
|
+
# @param message [Contrast::Agent::Telemetry::Exception::Message]
|
21
21
|
# @raise[ArgumentError]
|
22
22
|
def initialize message
|
23
23
|
super()
|
24
|
-
validate_class(message, Contrast::Agent::Telemetry::
|
24
|
+
validate_class(message, Contrast::Agent::Telemetry::Exception::Message, 'exception_message')
|
25
25
|
@exceptions = Array.new(1, message)
|
26
26
|
end
|
27
27
|
|
28
|
-
# @param message [Contrast::Agent::Telemetry::
|
28
|
+
# @param message [Contrast::Agent::Telemetry::Exception::Message]
|
29
29
|
# @raise[ArgumentError]
|
30
30
|
def push message
|
31
|
-
validate_class(message, Contrast::Agent::Telemetry::
|
31
|
+
validate_class(message, Contrast::Agent::Telemetry::Exception::Message, 'exception_message')
|
32
32
|
@exceptions << message
|
33
33
|
end
|
34
34
|
|
@@ -1,17 +1,17 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
require_relative '
|
5
|
-
require_relative '
|
6
|
-
require 'contrast/
|
4
|
+
require_relative 'base'
|
5
|
+
require_relative 'message_exception'
|
6
|
+
require 'contrast/agent/telemetry/identifier'
|
7
7
|
|
8
8
|
module Contrast
|
9
9
|
module Agent
|
10
10
|
module Telemetry
|
11
|
-
module
|
11
|
+
module Exception
|
12
12
|
# This class will hold the all the information for the specific exceptions
|
13
13
|
# and will be passed in the the event to be sent to TS
|
14
|
-
class Message < Contrast::Agent::Telemetry::
|
14
|
+
class Message < Contrast::Agent::Telemetry::Exception::Base
|
15
15
|
VALIDATIONS = {
|
16
16
|
instance: { required: true, range: 12..64 },
|
17
17
|
tags: { required: true, range: 0..512 },
|
@@ -20,7 +20,7 @@ module Contrast
|
|
20
20
|
exceptions: {
|
21
21
|
required: true,
|
22
22
|
range: 1..512,
|
23
|
-
class: Contrast::Agent::Telemetry::
|
23
|
+
class: Contrast::Agent::Telemetry::Exception::MessageException
|
24
24
|
}
|
25
25
|
}.cs__freeze
|
26
26
|
|
@@ -41,7 +41,7 @@ module Contrast
|
|
41
41
|
attr_accessor :occurrences
|
42
42
|
|
43
43
|
# Array of exceptions, but in our case the Array will only include one exception
|
44
|
-
# @return [Array<Contrast::Agent::Telemetry::
|
44
|
+
# @return [Array<Contrast::Agent::Telemetry::Exception::MessageException>]
|
45
45
|
attr_reader :exceptions
|
46
46
|
|
47
47
|
# @return [String,nil] A string denoting the origin of this error.
|
@@ -105,7 +105,7 @@ module Contrast
|
|
105
105
|
|
106
106
|
class << self
|
107
107
|
def build tags, exceptions, logger = nil, message = nil
|
108
|
-
inst = new(Contrast::
|
108
|
+
inst = new(Contrast::Agent::Telemetry::Identifier.instance_id, tags, exceptions)
|
109
109
|
inst.logger = logger unless logger.nil?
|
110
110
|
inst.message = message unless message.nil?
|
111
111
|
inst
|
@@ -1,16 +1,16 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
require_relative '
|
5
|
-
require_relative '
|
4
|
+
require_relative 'base'
|
5
|
+
require_relative 'stack_frame'
|
6
6
|
|
7
7
|
module Contrast
|
8
8
|
module Agent
|
9
9
|
module Telemetry
|
10
|
-
module
|
10
|
+
module Exception
|
11
11
|
# This class will hold the all the information for the specific exception
|
12
12
|
# and will be passed in the Exception message itself
|
13
|
-
class MessageException < Contrast::Agent::Telemetry::
|
13
|
+
class MessageException < Contrast::Agent::Telemetry::Exception::Base
|
14
14
|
VALIDATIONS = {
|
15
15
|
type: { required: true, range: 1..256 },
|
16
16
|
module_name: { required: false, range: 1..256 },
|
@@ -18,7 +18,7 @@ module Contrast
|
|
18
18
|
stack_frames: {
|
19
19
|
required: true,
|
20
20
|
range: 1..128,
|
21
|
-
class: Contrast::Agent::Telemetry::
|
21
|
+
class: Contrast::Agent::Telemetry::Exception::StackFrame
|
22
22
|
}
|
23
23
|
}.cs__freeze
|
24
24
|
|
@@ -26,7 +26,7 @@ module Contrast
|
|
26
26
|
attr_reader :type
|
27
27
|
|
28
28
|
# stack frames for the message exception
|
29
|
-
# @return [Array<Contrast::Agent::Telemetry::
|
29
|
+
# @return [Array<Contrast::Agent::Telemetry::Exception::StackFrame>]
|
30
30
|
attr_reader :stack_frames
|
31
31
|
|
32
32
|
# @return [String]
|
@@ -42,10 +42,10 @@ module Contrast
|
|
42
42
|
validate(VALIDATIONS)
|
43
43
|
end
|
44
44
|
|
45
|
-
# @param stack_frame [Contrast::Agent::Telemetry::
|
45
|
+
# @param stack_frame [Contrast::Agent::Telemetry::Exception::StackFrame]
|
46
46
|
# @raise[ArgumentError]
|
47
47
|
def push stack_frame
|
48
|
-
validate_class(stack_frame, Contrast::Agent::Telemetry::
|
48
|
+
validate_class(stack_frame, Contrast::Agent::Telemetry::Exception::StackFrame, 'stack_frame')
|
49
49
|
@stack_frames << stack_frame
|
50
50
|
end
|
51
51
|
|
@@ -1,15 +1,15 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
|
-
require_relative '
|
4
|
+
require_relative 'base'
|
5
5
|
|
6
6
|
module Contrast
|
7
7
|
module Agent
|
8
8
|
module Telemetry
|
9
|
-
module
|
9
|
+
module Exception
|
10
10
|
# This class will hold the all the information for the specific exception
|
11
11
|
# and will be passed in the Exception message itself
|
12
|
-
class StackFrame < Contrast::Agent::Telemetry::
|
12
|
+
class StackFrame < Contrast::Agent::Telemetry::Exception::Base
|
13
13
|
VALIDATIONS = {
|
14
14
|
function: { required: true, range: 1..256 },
|
15
15
|
type: { required: true, range: 1..256 },
|
@@ -0,0 +1,19 @@
|
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Contrast
|
5
|
+
module Agent
|
6
|
+
module Telemetry
|
7
|
+
# This is the module that will include every information created and stored for the
|
8
|
+
# Telemetry Exceptions
|
9
|
+
module Exception
|
10
|
+
end
|
11
|
+
end
|
12
|
+
end
|
13
|
+
end
|
14
|
+
|
15
|
+
require 'contrast/agent/telemetry/exception/base'
|
16
|
+
require 'contrast/agent/telemetry/exception/stack_frame'
|
17
|
+
require 'contrast/agent/telemetry/exception/message_exception'
|
18
|
+
require 'contrast/agent/telemetry/exception/message'
|
19
|
+
require 'contrast/agent/telemetry/exception/event'
|
@@ -0,0 +1,71 @@
|
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
require 'contrast/components/logger'
|
5
|
+
require 'contrast/agent/telemetry/exception/event'
|
6
|
+
|
7
|
+
module Contrast
|
8
|
+
module Agent
|
9
|
+
module Telemetry
|
10
|
+
# This is the Telemetry::Hash, which will store Contrast::Agent::Telemetry::Exception::Event, so we can push
|
11
|
+
# freely, without worrying about validating the event before that. Telemetry::Hash has a max size of events,
|
12
|
+
# default is 10 events
|
13
|
+
class Hash < Hash
|
14
|
+
include Contrast::Components::Logger::InstanceMethods
|
15
|
+
HASH_SIZE_LIMIT = 10
|
16
|
+
|
17
|
+
# Wrapper to set a value in this Telemetry::Hash only if the provided value is of the data_type for this
|
18
|
+
# Telemetry::Hash or the hash has not reached its limit of for unique keys
|
19
|
+
#
|
20
|
+
# @param key [Object] the key to which to associate the value
|
21
|
+
# @param value [Object] the value to store
|
22
|
+
# @return [Object, nil] echo back out the value as the Hash#[]= method does, or nil if not of the expected
|
23
|
+
# data_type
|
24
|
+
def []= key, value
|
25
|
+
# If telemetry is not running, do not add more as we want to avoid a memory leak.
|
26
|
+
return unless Contrast::Agent.telemetry_queue&.running?
|
27
|
+
# If the Hash is full, do not add more as we want to avoid consuming all application resources.
|
28
|
+
return if exception_limit?
|
29
|
+
# If the given value is of unexpected type, do not add it to avoid issues later where type is assumed.
|
30
|
+
return unless valid_value?(value)
|
31
|
+
|
32
|
+
super(key, value)
|
33
|
+
end
|
34
|
+
|
35
|
+
# Increment the occurrences for the exception object contained in this Telemetry::Hash
|
36
|
+
#
|
37
|
+
# @param key [Object] the key to check for the exception stored in this Telemetry::Hash
|
38
|
+
def increment key
|
39
|
+
value = self[key]
|
40
|
+
return unless value&.exceptions&.any?
|
41
|
+
|
42
|
+
value.exceptions[0].increment_occurrences
|
43
|
+
end
|
44
|
+
|
45
|
+
# Determine if hash has reached exception event limit
|
46
|
+
# @return [Boolean]
|
47
|
+
def exception_limit?
|
48
|
+
unless size < HASH_SIZE_LIMIT
|
49
|
+
logger.debug("Number of TelemetryExceptions exceeds limit of #{ HASH_SIZE_LIMIT }")
|
50
|
+
return true
|
51
|
+
end
|
52
|
+
false
|
53
|
+
end
|
54
|
+
|
55
|
+
private
|
56
|
+
|
57
|
+
# Determine if the given value is valid based on the datatype which this Telemetry::Hash contains
|
58
|
+
# @param value [Object]
|
59
|
+
# @return boolean
|
60
|
+
def valid_value? value
|
61
|
+
unless value.cs__is_a?(Contrast::Agent::Telemetry::Exception::Event)
|
62
|
+
logger.debug('The following key will be omitted', value: value)
|
63
|
+
return false
|
64
|
+
end
|
65
|
+
|
66
|
+
true
|
67
|
+
end
|
68
|
+
end
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/os'
|
@@ -6,7 +6,7 @@ require 'digest'
|
|
6
6
|
require 'socket'
|
7
7
|
|
8
8
|
module Contrast
|
9
|
-
module
|
9
|
+
module Agent
|
10
10
|
# Tools for supporting the Telemetry feature
|
11
11
|
module Telemetry
|
12
12
|
# Gets info about the instrumented application required to build unique identifiers,
|
@@ -45,8 +45,8 @@ module Contrast
|
|
45
45
|
def self.application_id
|
46
46
|
@_application_id ||= begin
|
47
47
|
id = nil
|
48
|
-
mac = Contrast::
|
49
|
-
app_name = Contrast::
|
48
|
+
mac = Contrast::Agent::Telemetry::Identifier.mac
|
49
|
+
app_name = Contrast::Agent::Telemetry::Identifier.app_name
|
50
50
|
id = mac + app_name if mac && app_name
|
51
51
|
Digest::SHA2.new(256).hexdigest(id || "_#{ SecureRandom.uuid }")
|
52
52
|
end
|
@@ -57,7 +57,7 @@ module Contrast
|
|
57
57
|
#
|
58
58
|
# @return [String]
|
59
59
|
def self.instance_id
|
60
|
-
@_instance_id ||= Digest::SHA2.new(256).hexdigest(Contrast::
|
60
|
+
@_instance_id ||= Digest::SHA2.new(256).hexdigest(Contrast::Agent::Telemetry::Identifier.mac ||
|
61
61
|
"_#{ SecureRandom.uuid }")
|
62
62
|
end
|
63
63
|
|
@@ -1,8 +1,8 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
|
2
2
|
# frozen_string_literal: true
|
3
3
|
|
4
4
|
require 'contrast/utils/metrics_hash'
|
5
|
-
require 'contrast/agent/telemetry/
|
5
|
+
require 'contrast/agent/telemetry/event'
|
6
6
|
|
7
7
|
module Contrast
|
8
8
|
module Agent
|