contrast-agent 4.4.1 → 4.5.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/LICENSE.txt +1 -1
- data/Rakefile +1 -1
- data/exe/contrast_service +1 -1
- data/ext/build_funchook.rb +1 -1
- data/ext/cs__assess_active_record_named/cs__active_record_named.c +1 -1
- data/ext/cs__assess_active_record_named/extconf.rb +1 -1
- data/ext/cs__assess_array/cs__assess_array.c +1 -1
- 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 +4 -2
- 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 +1 -1
- 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_interpolation26/cs__assess_string_interpolation26.c +1 -1
- data/ext/cs__assess_string_interpolation26/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 +5 -5
- data/ext/cs__common/cs__common.h +4 -4
- data/ext/cs__common/extconf.rb +1 -1
- data/ext/cs__contrast_patch/cs__contrast_patch.c +22 -25
- data/ext/cs__contrast_patch/extconf.rb +1 -1
- data/ext/cs__protect_kernel/cs__protect_kernel.c +1 -1
- data/ext/cs__protect_kernel/extconf.rb +1 -1
- data/ext/extconf_common.rb +1 -1
- data/lib/contrast-agent.rb +1 -1
- data/lib/contrast.rb +20 -1
- data/lib/contrast/agent.rb +1 -1
- data/lib/contrast/agent/assess.rb +1 -1
- data/lib/contrast/agent/assess/contrast_event.rb +54 -69
- data/lib/contrast/agent/assess/contrast_object.rb +1 -1
- data/lib/contrast/agent/assess/events/event_factory.rb +1 -1
- data/lib/contrast/agent/assess/events/source_event.rb +7 -2
- data/lib/contrast/agent/assess/finalizers/freeze.rb +1 -1
- data/lib/contrast/agent/assess/finalizers/hash.rb +26 -34
- data/lib/contrast/agent/assess/policy/dynamic_source_factory.rb +20 -19
- 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_scanner.rb +1 -1
- data/lib/contrast/agent/assess/policy/preshift.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagation_method.rb +2 -6
- data/lib/contrast/agent/assess/policy/propagation_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/propagator.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/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/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/trim.rb +1 -1
- data/lib/contrast/agent/assess/policy/rewriter_patch.rb +1 -1
- data/lib/contrast/agent/assess/policy/source_method.rb +87 -76
- data/lib/contrast/agent/assess/policy/source_node.rb +1 -1
- data/lib/contrast/agent/assess/policy/source_validation/cross_site_validator.rb +8 -6
- data/lib/contrast/agent/assess/policy/source_validation/source_validation.rb +1 -1
- data/lib/contrast/agent/assess/policy/trigger/reflected_xss.rb +3 -3
- data/lib/contrast/agent/assess/policy/trigger/xpath.rb +7 -8
- data/lib/contrast/agent/assess/policy/trigger_method.rb +99 -62
- data/lib/contrast/agent/assess/policy/trigger_node.rb +3 -3
- 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.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/tag.rb +1 -1
- data/lib/contrast/agent/assess/tracker.rb +1 -1
- data/lib/contrast/agent/at_exit_hook.rb +1 -1
- data/lib/contrast/agent/class_reopener.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/exclusion_matcher.rb +1 -1
- data/lib/contrast/agent/inventory.rb +1 -2
- 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 +35 -23
- 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/middleware.rb +8 -9
- 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/module_policy.rb +1 -1
- data/lib/contrast/agent/patching/policy/patch.rb +8 -6
- data/lib/contrast/agent/patching/policy/patch_status.rb +1 -1
- data/lib/contrast/agent/patching/policy/patcher.rb +8 -10
- 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/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 +1 -1
- data/lib/contrast/agent/protect/policy/trigger_node.rb +1 -1
- data/lib/contrast/agent/protect/rule.rb +1 -1
- data/lib/contrast/agent/protect/rule/base.rb +7 -18
- data/lib/contrast/agent/protect/rule/base_service.rb +2 -2
- data/lib/contrast/agent/protect/rule/cmd_injection.rb +2 -2
- data/lib/contrast/agent/protect/rule/default_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/deserialization.rb +1 -1
- data/lib/contrast/agent/protect/rule/http_method_tampering.rb +1 -1
- data/lib/contrast/agent/protect/rule/no_sqli.rb +2 -2
- data/lib/contrast/agent/protect/rule/no_sqli/mongo_no_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/path_traversal.rb +1 -1
- data/lib/contrast/agent/protect/rule/sqli.rb +2 -2
- 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/sqlite_sql_scanner.rb +1 -1
- data/lib/contrast/agent/protect/rule/unsafe_file_upload.rb +1 -1
- data/lib/contrast/agent/protect/rule/xss.rb +1 -1
- data/lib/contrast/agent/protect/rule/xxe.rb +1 -1
- data/lib/contrast/agent/protect/rule/xxe/entity_wrapper.rb +1 -1
- data/lib/contrast/agent/railtie.rb +1 -1
- data/lib/contrast/agent/reaction_processor.rb +1 -1
- data/lib/contrast/agent/request.rb +2 -1
- data/lib/contrast/agent/request_context.rb +5 -10
- data/lib/contrast/agent/request_handler.rb +1 -1
- data/lib/contrast/agent/response.rb +1 -1
- data/lib/contrast/agent/rewriter.rb +1 -1
- data/lib/contrast/agent/rule_set.rb +3 -3
- data/lib/contrast/agent/scope.rb +1 -1
- data/lib/contrast/agent/service_heartbeat.rb +1 -1
- data/lib/contrast/agent/static_analysis.rb +1 -1
- data/lib/contrast/agent/thread.rb +1 -1
- data/lib/contrast/agent/thread_watcher.rb +1 -1
- 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/api.rb +1 -1
- data/lib/contrast/api/communication.rb +1 -1
- data/lib/contrast/api/communication/connection_status.rb +1 -1
- data/lib/contrast/api/communication/messaging_queue.rb +1 -1
- data/lib/contrast/api/communication/response_processor.rb +1 -1
- data/lib/contrast/api/communication/service_lifecycle.rb +1 -1
- data/lib/contrast/api/communication/socket.rb +1 -1
- data/lib/contrast/api/communication/socket_client.rb +1 -1
- data/lib/contrast/api/communication/speedracer.rb +3 -3
- data/lib/contrast/api/communication/tcp_socket.rb +1 -1
- data/lib/contrast/api/communication/unix_socket.rb +1 -1
- data/lib/contrast/api/decorators.rb +1 -1
- data/lib/contrast/api/decorators/address.rb +1 -1
- data/lib/contrast/api/decorators/agent_startup.rb +1 -1
- data/lib/contrast/api/decorators/application_settings.rb +1 -1
- data/lib/contrast/api/decorators/application_startup.rb +4 -2
- data/lib/contrast/api/decorators/application_update.rb +1 -1
- data/lib/contrast/api/decorators/http_request.rb +1 -1
- data/lib/contrast/api/decorators/input_analysis.rb +1 -1
- data/lib/contrast/api/decorators/instrumentation_mode.rb +37 -0
- data/lib/contrast/api/decorators/library.rb +1 -1
- data/lib/contrast/api/decorators/library_usage_update.rb +1 -1
- data/lib/contrast/api/decorators/message.rb +1 -1
- data/lib/contrast/api/decorators/rasp_rule_sample.rb +1 -1
- data/lib/contrast/api/decorators/route_coverage.rb +1 -1
- data/lib/contrast/api/decorators/server_features.rb +1 -1
- data/lib/contrast/api/decorators/trace_event.rb +1 -1
- data/lib/contrast/api/decorators/trace_event_object.rb +1 -1
- data/lib/contrast/api/decorators/trace_event_signature.rb +1 -1
- data/lib/contrast/api/decorators/trace_taint_range.rb +1 -1
- data/lib/contrast/api/decorators/trace_taint_range_tags.rb +1 -1
- data/lib/contrast/api/decorators/user_input.rb +1 -1
- data/lib/contrast/common_agent_configuration.rb +1 -1
- data/lib/contrast/components/agent.rb +1 -1
- data/lib/contrast/components/app_context.rb +1 -1
- data/lib/contrast/components/assess.rb +1 -1
- data/lib/contrast/components/config.rb +1 -1
- data/lib/contrast/components/contrast_service.rb +1 -1
- data/lib/contrast/components/heap_dump.rb +1 -1
- data/lib/contrast/components/interface.rb +1 -1
- data/lib/contrast/components/inventory.rb +1 -1
- data/lib/contrast/components/logger.rb +1 -1
- data/lib/contrast/components/protect.rb +4 -2
- data/lib/contrast/components/sampling.rb +1 -1
- data/lib/contrast/components/scope.rb +1 -1
- data/lib/contrast/components/settings.rb +2 -2
- data/lib/contrast/config.rb +1 -1
- data/lib/contrast/config/agent_configuration.rb +1 -1
- data/lib/contrast/config/application_configuration.rb +1 -1
- data/lib/contrast/config/assess_configuration.rb +1 -1
- data/lib/contrast/config/assess_rules_configuration.rb +1 -1
- data/lib/contrast/config/base_configuration.rb +1 -1
- data/lib/contrast/config/default_value.rb +1 -1
- data/lib/contrast/config/exception_configuration.rb +1 -1
- data/lib/contrast/config/heap_dump_configuration.rb +1 -1
- data/lib/contrast/config/inventory_configuration.rb +1 -1
- data/lib/contrast/config/logger_configuration.rb +1 -1
- data/lib/contrast/config/protect_configuration.rb +1 -1
- data/lib/contrast/config/protect_rule_configuration.rb +23 -1
- data/lib/contrast/config/protect_rules_configuration.rb +1 -1
- data/lib/contrast/config/root_configuration.rb +1 -1
- data/lib/contrast/config/ruby_configuration.rb +1 -1
- data/lib/contrast/config/sampling_configuration.rb +1 -1
- data/lib/contrast/config/server_configuration.rb +1 -1
- data/lib/contrast/config/service_configuration.rb +1 -1
- data/lib/contrast/configuration.rb +1 -1
- data/lib/contrast/delegators/input_analysis.rb +12 -0
- data/lib/contrast/extension/assess.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 -5
- data/lib/contrast/extension/assess/exec_trigger.rb +1 -5
- 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 -5
- data/lib/contrast/extension/assess/regexp.rb +1 -1
- data/lib/contrast/extension/assess/string.rb +1 -1
- data/lib/contrast/extension/delegator.rb +1 -1
- data/lib/contrast/extension/inventory.rb +1 -1
- data/lib/contrast/extension/kernel.rb +1 -1
- data/lib/contrast/extension/module.rb +1 -1
- data/lib/contrast/extension/protect.rb +1 -1
- data/lib/contrast/extension/protect/kernel.rb +1 -1
- data/lib/contrast/extension/protect/psych.rb +1 -1
- data/lib/contrast/extension/thread.rb +1 -1
- data/lib/contrast/framework/base_support.rb +1 -1
- data/lib/contrast/framework/manager.rb +3 -3
- data/lib/contrast/framework/platform_version.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 +4 -4
- data/lib/contrast/framework/rails/patch/support.rb +1 -1
- data/lib/contrast/framework/rails/rewrite/action_controller_railties_helper_inherited.rb +1 -1
- data/lib/contrast/framework/rails/rewrite/active_record_attribute_methods_read.rb +1 -1
- data/lib/contrast/framework/rails/rewrite/active_record_named.rb +1 -1
- data/lib/contrast/framework/rails/rewrite/active_record_time_zone_inherited.rb +1 -1
- data/lib/contrast/framework/rails/support.rb +1 -1
- data/lib/contrast/framework/sinatra/support.rb +1 -1
- data/lib/contrast/funchook/funchook.rb +1 -1
- data/lib/contrast/logger/application.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/tasks/service.rb +1 -1
- data/lib/contrast/utils/assess/sampling_util.rb +1 -1
- data/lib/contrast/utils/assess/tracking_util.rb +1 -1
- data/lib/contrast/utils/class_util.rb +15 -3
- data/lib/contrast/utils/duck_utils.rb +1 -1
- data/lib/contrast/utils/env_configuration_item.rb +1 -1
- data/lib/contrast/utils/hash_digest.rb +14 -19
- data/lib/contrast/utils/heap_dump_util.rb +1 -1
- data/lib/contrast/utils/invalid_configuration_util.rb +1 -1
- data/lib/contrast/utils/inventory_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/object_share.rb +1 -1
- data/lib/contrast/utils/os.rb +1 -1
- data/lib/contrast/utils/preflight_util.rb +1 -1
- data/lib/contrast/utils/resource_loader.rb +1 -1
- data/lib/contrast/utils/ruby_ast_rewriter.rb +1 -1
- data/lib/contrast/utils/sha256_builder.rb +1 -1
- 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/resources/assess/policy.json +5 -2
- data/resources/deadzone/policy.json +7 -17
- data/ruby-agent.gemspec +4 -5
- data/service_executables/VERSION +1 -1
- data/service_executables/linux/contrast-service +0 -0
- data/service_executables/mac/contrast-service +0 -0
- metadata +20 -33
- data/lib/contrast/agent/inventory/gemfile_digest_cache.rb +0 -38
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/policy/policy'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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 'json'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/patching/policy/policy_node'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/interface'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/interface'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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 'set'
|
@@ -86,10 +86,6 @@ module Contrast
|
|
86
86
|
SPLIT_ACTION => Contrast::Agent::Assess::Policy::Propagator::Split
|
87
87
|
}.cs__freeze
|
88
88
|
|
89
|
-
def context_available?
|
90
|
-
!!Contrast::Agent::REQUEST_TRACKER.current
|
91
|
-
end
|
92
|
-
|
93
89
|
# I lied above. We had to figure out what the target of the
|
94
90
|
# propagation was. Now that we know, we'll actually do things to
|
95
91
|
# it. Note that the return of this method will replace the original
|
@@ -225,7 +221,7 @@ module Contrast
|
|
225
221
|
|
226
222
|
# This is checked right before actual propagation
|
227
223
|
def propagation_possible? propagation_node, target
|
228
|
-
return false unless
|
224
|
+
return false unless propagation_node && valid_target?(target, propagation_node)
|
229
225
|
return false unless valid_length?(target, propagation_node.action)
|
230
226
|
|
231
227
|
true
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/policy/policy_node'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/extension/module'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/interface'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/policy/preshift'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/interface'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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/patching/policy/patch_status'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright (c)
|
1
|
+
# Copyright (c) 2021 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 'set'
|
@@ -11,10 +11,9 @@ module Contrast
|
|
11
11
|
module Agent
|
12
12
|
module Assess
|
13
13
|
module Policy
|
14
|
-
# This class controls the actions we take on Sources, as determined by
|
15
|
-
#
|
16
|
-
#
|
17
|
-
# dataflows used in Assess vulnerability detection.
|
14
|
+
# This class controls the actions we take on Sources, as determined by our Assess policy. It indicates what
|
15
|
+
# actions we should take in order to mark data as User Input and treat it as untrusted, starting the dataflows
|
16
|
+
# used in Assess vulnerability detection.
|
18
17
|
module SourceMethod
|
19
18
|
include Contrast::Components::Interface
|
20
19
|
access_component :analysis, :logging
|
@@ -27,22 +26,17 @@ module Contrast
|
|
27
26
|
COOKIE_KEY_TYPE = 'COOKIE_KEY'
|
28
27
|
|
29
28
|
class << self
|
30
|
-
# This is called from within our woven proc. It will be called as if it
|
31
|
-
#
|
29
|
+
# This is called from within our woven proc. It will be called as if it were inline in the Rack
|
30
|
+
# application.
|
32
31
|
#
|
33
|
-
# @param method_policy [Contrast::Agent::Patching::Policy::MethodPolicy]
|
34
|
-
#
|
32
|
+
# @param method_policy [Contrast::Agent::Patching::Policy::MethodPolicy] the policy that applies to the
|
33
|
+
# method being called
|
35
34
|
# @param object [Object] the Object on which the method was invoked
|
36
35
|
# @param ret [Object] the Return of the invoked method
|
37
|
-
# @param args [Array<Object>] the Arguments with which the method
|
38
|
-
#
|
39
|
-
# @return [Object, nil] the tracked Return or nil if no changes
|
40
|
-
# were made
|
36
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
37
|
+
# @return [Object, nil] the tracked Return or nil if no changes were made
|
41
38
|
def source_patchers method_policy, object, ret, args
|
42
|
-
return
|
43
|
-
|
44
|
-
current_context = Contrast::Agent::REQUEST_TRACKER.current
|
45
|
-
return unless current_context&.analyze_request? && ASSESS.enabled?
|
39
|
+
return unless analyze?(method_policy, object, ret, args)
|
46
40
|
|
47
41
|
source_node = method_policy.source_node
|
48
42
|
target = determine_target(source_node, object, ret, args)
|
@@ -62,29 +56,25 @@ module Contrast
|
|
62
56
|
# double check that we were able to finalize the replaced return
|
63
57
|
return unless Contrast::Agent::Assess::Tracker.trackable?(target)
|
64
58
|
end
|
65
|
-
apply_source(
|
59
|
+
apply_source(Contrast::Agent::REQUEST_TRACKER.current, source_node, target, object, ret, source_node.type, nil, *args)
|
66
60
|
restore_frozen_state ? ret : nil
|
67
61
|
end
|
68
62
|
|
69
63
|
private
|
70
64
|
|
71
|
-
# This is our method that actually taints the object our
|
72
|
-
# source_node targets.
|
65
|
+
# This is our method that actually taints the object our source_node targets.
|
73
66
|
#
|
74
|
-
# @param context [Contrast::Utils::ThreadTracker] the current request
|
75
|
-
#
|
76
|
-
#
|
77
|
-
# the node to direct applying this source event
|
67
|
+
# @param context [Contrast::Utils::ThreadTracker] the current request context
|
68
|
+
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode] the node to direct applying this source
|
69
|
+
# event
|
78
70
|
# @param target [Object] the target of the Source Event
|
79
71
|
# @param object [Object] the Object on which the method was invoked
|
80
72
|
# @param ret [Object] the Return of the invoked method
|
81
|
-
# @param source_type [String] the type of this source, from the
|
82
|
-
#
|
83
|
-
# @param source_name [String, nil] the name of this source, i.e.
|
84
|
-
#
|
85
|
-
#
|
86
|
-
# @param args [Array<Object>] the Arguments with which the method
|
87
|
-
# was invoked
|
73
|
+
# @param source_type [String] the type of this source, from the source_node, or a KEY_TYPE if invoked for a
|
74
|
+
# map
|
75
|
+
# @param source_name [String, nil] the name of this source, i.e. the key used to accessed if from a map or
|
76
|
+
# nil if a type like BODY
|
77
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
88
78
|
def apply_source context, source_node, target, object, ret, source_type, source_name = nil, *args
|
89
79
|
return unless context && source_node && target
|
90
80
|
|
@@ -95,9 +85,8 @@ module Contrast
|
|
95
85
|
apply_tags(source_node, target, object, ret, source_type, source_name, *args)
|
96
86
|
elsif Contrast::Utils::DuckUtils.iterable_hash?(target)
|
97
87
|
apply_hash_tags(context, source_node, target, object, ret, source_type, *args)
|
98
|
-
# While we don't taint arrays themselves, we may taint the things
|
99
|
-
#
|
100
|
-
# try again
|
88
|
+
# While we don't taint arrays themselves, we may taint the things they hold. Let's pass their keys and
|
89
|
+
# values back to ourselves and try again
|
101
90
|
elsif Contrast::Utils::DuckUtils.iterable_enumerable?(target)
|
102
91
|
target.each { |value| apply_source(context, source_node, value, object, ret, source_type, source_name, *args) }
|
103
92
|
end
|
@@ -105,27 +94,23 @@ module Contrast
|
|
105
94
|
logger.warn('Unable to apply source', e, node_id: source_node.id)
|
106
95
|
end
|
107
96
|
|
108
|
-
# While we don't taint hashes themselves, we may taint the things
|
109
|
-
#
|
110
|
-
# try again
|
97
|
+
# While we don't taint hashes themselves, we may taint the things they hold. Let's pass their keys and
|
98
|
+
# values back to ourselves and try again
|
111
99
|
#
|
112
|
-
# @param context [Contrast::Utils::ThreadTracker] the current request
|
113
|
-
#
|
114
|
-
#
|
115
|
-
# the node to direct applying this source event
|
100
|
+
# @param context [Contrast::Utils::ThreadTracker] the current request context
|
101
|
+
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode] the node to direct applying this source
|
102
|
+
# event
|
116
103
|
# @param target [Object] the target of the Source Event
|
117
104
|
# @param object [Object] the Object on which the method was invoked
|
118
105
|
# @param ret [Object] the Return of the invoked method
|
119
|
-
# @param source_type [String] the type of this source, from the
|
120
|
-
#
|
121
|
-
# @param args [Array<Object>] the Arguments with which the method
|
122
|
-
# was invoked
|
106
|
+
# @param source_type [String] the type of this source, from the source_node, or a KEY_TYPE if invoked for a
|
107
|
+
# map
|
108
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
123
109
|
def apply_hash_tags context, source_node, target, object, ret, source_type, *args
|
124
110
|
to_replace = []
|
125
111
|
target.each_pair do |key, value|
|
126
|
-
# We only do this for Strings b/c of the way Hash lookup works.
|
127
|
-
#
|
128
|
-
# therefore, the application
|
112
|
+
# We only do this for Strings b/c of the way Hash lookup works. To replace another object would break
|
113
|
+
# hash lookup and, therefore, the application
|
129
114
|
if replace_hash_key?(key, target)
|
130
115
|
key = key.dup
|
131
116
|
to_replace << key
|
@@ -136,10 +121,8 @@ module Contrast
|
|
136
121
|
handle_hash_key(target, to_replace)
|
137
122
|
end
|
138
123
|
|
139
|
-
# Given an unfrozen hash, if the key is a String, we should replace
|
140
|
-
#
|
141
|
-
# This method handles checking if that replace can and should
|
142
|
-
# occur.
|
124
|
+
# Given an unfrozen hash, if the key is a String, we should replace it with one that we can finalize,
|
125
|
+
# allowing us to track that key. This method handles checking if that replace can and should occur.
|
143
126
|
#
|
144
127
|
# @param key [Object] the key in the hash that may need replacing.
|
145
128
|
# @param hash [Hash] the hash to which the key belongs.
|
@@ -160,9 +143,8 @@ module Contrast
|
|
160
143
|
nil
|
161
144
|
end
|
162
145
|
|
163
|
-
# Hash is designed to keep one instance of the string key in it.
|
164
|
-
#
|
165
|
-
# tracked one.
|
146
|
+
# Hash is designed to keep one instance of the string key in it. We need to remove the existing one and
|
147
|
+
# replace it with our new tracked one.
|
166
148
|
def handle_hash_key target, to_replace
|
167
149
|
to_replace.each do |key|
|
168
150
|
Contrast::Agent::Assess::Tracker.pre_freeze(key)
|
@@ -175,15 +157,12 @@ module Contrast
|
|
175
157
|
def apply_tags source_node, target, object, ret, source_type, source_name, *args
|
176
158
|
# don't apply tags if we can't track the thing
|
177
159
|
return unless Contrast::Agent::Assess::Tracker.trackable?(target)
|
178
|
-
# don't apply second source -- probably needs tuning later if we
|
179
|
-
# use more than 'UNTRUSTED' in our sources
|
160
|
+
# don't apply second source -- probably needs tuning later if we use more than 'UNTRUSTED' in our sources
|
180
161
|
return if Contrast::Agent::Assess::Tracker.tracked?(target)
|
181
162
|
return unless (properties = Contrast::Agent::Assess::Tracker.properties!(target))
|
182
163
|
|
183
|
-
# otherwise for each tag this source_node applies, create a tag range
|
184
|
-
#
|
185
|
-
# I realize this looping is counter-intuitive from the above
|
186
|
-
# message, that's why we're revisiting.
|
164
|
+
# otherwise for each tag this source_node applies, create a tag range on the target object. I realize
|
165
|
+
# this looping is counter-intuitive from the above message, that's why we're revisiting.
|
187
166
|
source_node.tags.each do |tag|
|
188
167
|
next unless Contrast::Agent::Assess::Policy::SourceValidation.valid?(tag, source_type, source_name)
|
189
168
|
|
@@ -201,15 +180,13 @@ module Contrast
|
|
201
180
|
|
202
181
|
# Find the name of the source
|
203
182
|
#
|
204
|
-
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode]
|
205
|
-
#
|
183
|
+
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode] the node to direct applying this source
|
184
|
+
# event
|
206
185
|
# @param object [Object] the Object on which the method was invoked
|
207
186
|
# @param ret [Object] the Return of the invoked method
|
208
|
-
# @param args [Array<Object>] the Arguments with which the method
|
209
|
-
#
|
210
|
-
#
|
211
|
-
# which this source event applies, or nil if none provided by the
|
212
|
-
# node
|
187
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
188
|
+
# @return [String, nil] the human readable name of the target to which this source event applies, or nil if
|
189
|
+
# none provided by the node
|
213
190
|
def determine_source_name source_node, object, ret, *args
|
214
191
|
return source_node.get_property('dynamic_source_name') if source_node.type == 'UNTRUSTED_DATABASE'
|
215
192
|
|
@@ -226,14 +203,50 @@ module Contrast
|
|
226
203
|
end
|
227
204
|
end
|
228
205
|
|
206
|
+
# Determine if we should analyze this method invocation for a Source or not. We should if we have enough
|
207
|
+
# information to build the context of this invocation, we're not disabled, and we can't immediately
|
208
|
+
# determine the invocation was done safely.
|
209
|
+
#
|
210
|
+
# @param method_policy [Contrast::Agent::Patching::Policy::MethodPolicy] the policy that applies to the
|
211
|
+
# method being called
|
212
|
+
# @param object [Object] the Object on which the method was invoked
|
213
|
+
# @param ret [Object] the Return of the invoked method
|
214
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
215
|
+
# @return [boolean] if the invocation of this method should be analyzed
|
216
|
+
def analyze? method_policy, object, ret, args
|
217
|
+
return false unless method_policy&.source_node
|
218
|
+
return false unless ASSESS.enabled?
|
219
|
+
return false unless Contrast::Agent::REQUEST_TRACKER.current&.analyze_request?
|
220
|
+
|
221
|
+
!safe_invocation?(method_policy.source_node, object, ret, args)
|
222
|
+
end
|
223
|
+
|
224
|
+
# Determine if the method was invoked safely.
|
225
|
+
#
|
226
|
+
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode] the node to direct applying this source
|
227
|
+
# event
|
228
|
+
# @param _object [Object] the Object on which the method was invoked
|
229
|
+
# @param _ret [Object] the Return of the invoked method
|
230
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
231
|
+
# @return [boolean] if the invocation of this method was safe
|
232
|
+
def safe_invocation? source_node, _object, _ret, args
|
233
|
+
# According the the Rack Specification https://github.com/rack/rack/blob/master/SPEC.rdoc, any header
|
234
|
+
# from the Request will start with HTTP_. As such, only Headers with that key should be considered for
|
235
|
+
# tracking, as the others have come from the Framework or Middleware stashing in the ENV. Rails, for
|
236
|
+
# instance, uses action_dispatch. to store several values. Technically, you can't call
|
237
|
+
# Rack::Request#get_header without a parameter, and that parameter should be a String, but trust no one.
|
238
|
+
source_node.id == 'Assess:Source:Rack::Request::Env#get_header' &&
|
239
|
+
args&.any? &&
|
240
|
+
!args[0].to_s.start_with?('HTTP_')
|
241
|
+
end
|
242
|
+
|
229
243
|
# Find the literal target of the propagation
|
230
244
|
#
|
231
|
-
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode]
|
232
|
-
#
|
245
|
+
# @param source_node [Contrast::Agent::Assess::Policy::SourceNode] the node to direct applying this source
|
246
|
+
# event
|
233
247
|
# @param object [Object] the Object on which the method was invoked
|
234
248
|
# @param ret [Object] the Return of the invoked method
|
235
|
-
# @param args [Array<Object>] the Arguments with which the method
|
236
|
-
# was invoked
|
249
|
+
# @param args [Array<Object>] the Arguments with which the method was invoked
|
237
250
|
# @return [Object] the target to which this source event applies
|
238
251
|
def determine_target source_node, object, ret, args
|
239
252
|
source_target = source_node.targets[0]
|
@@ -247,12 +260,10 @@ module Contrast
|
|
247
260
|
end
|
248
261
|
end
|
249
262
|
|
250
|
-
# Simple helper method to flip the type from value to key when the
|
251
|
-
# source is the key of a Hash
|
263
|
+
# Simple helper method to flip the type from value to key when the source is the key of a Hash
|
252
264
|
#
|
253
265
|
# @param source_type [String] the original value source type
|
254
|
-
# @return [String] the key form of the source type, if one exists,
|
255
|
-
# else the original source type
|
266
|
+
# @return [String] the key form of the source type, if one exists, else the original source type
|
256
267
|
def key_type source_type
|
257
268
|
case source_type
|
258
269
|
when PARAMETER_TYPE
|